mindspeed-llm-pipeline
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads model configuration files, tokenizers, and weight tensors (safetensors) from Hugging Face (
huggingface.co). - [EXTERNAL_DOWNLOADS]: Fetches training and evaluation datasets in Parquet and JSONL formats from Hugging Face.
- [COMMAND_EXECUTION]: Executes Python scripts for weight conversion (
convert_ckpt.py) and dataset preprocessing (preprocess_data.py). - [COMMAND_EXECUTION]: Utilizes
torchrunto initiate distributed training and fine-tuning (SFT/DPO) processes usingposttrain_gpt.pyandpretrain_gpt.py. - [COMMAND_EXECUTION]: Runs shell scripts for model inference and benchmarking evaluation (MMLU, GSM8K, etc.) located within the skill's example directory.
Audit Metadata