mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-02-23 06:09:07 -05:00
Fix env name
This commit is contained in:
parent
b7ba565956
commit
925a02f248
@ -293,7 +293,7 @@ OUTPUT_PATH="<your_output_path>"
|
|||||||
MODEL="deepseek-ai/deepseek-coder-6.7b-instruct"
|
MODEL="deepseek-ai/deepseek-coder-6.7b-instruct"
|
||||||
|
|
||||||
cd finetune && deepspeed finetune_deepseekcoder.py \
|
cd finetune && deepspeed finetune_deepseekcoder.py \
|
||||||
--model_name_or_path $MODEL_PATH \
|
--model_name_or_path $MODEL \
|
||||||
--data_path $DATA_PATH \
|
--data_path $DATA_PATH \
|
||||||
--output_dir $OUTPUT_PATH \
|
--output_dir $OUTPUT_PATH \
|
||||||
--num_train_epochs 3 \
|
--num_train_epochs 3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user