together-fine-tuning
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill contains several Python scripts in the
scripts/directory that utilize the Together AI Python SDK to perform administrative and training tasks. - Evidence:
scripts/finetune_workflow.py,scripts/dpo_workflow.py,scripts/reasoning_finetune.py, andscripts/vlm_finetune.pyall execute commands via thetogetherlibrary to upload files, create fine-tuning jobs, and manage dedicated model endpoints. - [EXTERNAL_DOWNLOADS]: The skill includes functionality to fetch data from external URLs for dataset preparation.
- Evidence:
scripts/vlm_finetune.pyimplements aurl_to_base64function using therequestslibrary to download images from URLs (provided via the--sample-image-urlargument) and convert them to base64 for multimodal training. This is a standard utility for vision-language model (VLM) preparation.
Audit Metadata