From 925a02f24824a003ecc0488304ef6446b442a636 Mon Sep 17 00:00:00 2001 From: bigstomach <49756665+bigstomach@users.noreply.github.com> Date: Tue, 21 May 2024 17:50:33 +0800 Subject: [PATCH] Fix env name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ad8f7..a73d98a 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ OUTPUT_PATH="" MODEL="deepseek-ai/deepseek-coder-6.7b-instruct" cd finetune && deepspeed finetune_deepseekcoder.py \ - --model_name_or_path $MODEL_PATH \ + --model_name_or_path $MODEL \ --data_path $DATA_PATH \ --output_dir $OUTPUT_PATH \ --num_train_epochs 3 \