mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-31 06:42:05 +00:00
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/bin/bash
|
|
|
|
python ../../../scripts/llama_pro.py \
|
|
--model_name_or_path meta-llama/Llama-2-7b-hf \
|
|
--output_dir ../../../models/llama2-7b-pro \
|
|
--num_expand 8
|