Spaces:
Running
Running
File size: 174 Bytes
2852136 |
1 2 3 4 5 6 7 |
#!/bin/bash
python scripts/llama_pro.py \
--model_name_or_path meta-llama/Meta-Llama-3-8B-Instruct \
--output_dir models/llama3-8b-instruct-pro \
--num_expand 8
|