mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-30 06:12:04 +00:00
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/bin/bash
|
|
|
|
python scripts/llama_pro.py \
|
|
--model_name_or_path meta-llama/Meta-Llama-3-8B-Instruct \
|
|
--output_dir models/llama3-8b-pro \
|
|
--num_expand 8
|