LLM: quick fix alpaca qlora finetuning script (#9534)
This commit is contained in:
parent
11fa3de290
commit
2b9c7d2a59
1 changed files with 2 additions and 2 deletions
|
|
@ -21,6 +21,6 @@ export CCL_ATL_TRANSPORT=ofi
|
|||
|
||||
mpirun -n 2 \
|
||||
python -u ./alpaca_qlora_finetuning.py \
|
||||
--base_model /mnt/disk1/models/Llama-2-7b-hf \
|
||||
--data_path '/home/arda/binbin/dataset/alpaca-cleaned/alpaca_data_cleaned.json' \
|
||||
--base_model "meta-llama/Llama-2-7b-hf" \
|
||||
--data_path "yahma/alpaca-cleaned" \
|
||||
--output_dir "./bigdl-qlora-alpaca" > training.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue