Update README.md

MODEL_PATH env variable is used in the python deepseekcoder command, hence corrected in the bash command to set it.
This commit is contained in:
Saurabh M. Agrawal
2025-02-04 16:59:34 +04:00
committed by GitHub
parent b7ba565956
commit 8699fd76eb

View File

@@ -290,7 +290,7 @@ And please choose appropriate hyper-parameters(e.g., `learning_rate`, `per_devic
```bash
DATA_PATH="<your_data_path>"
OUTPUT_PATH="<your_output_path>"
MODEL="deepseek-ai/deepseek-coder-6.7b-instruct"
MODEL_PATH="deepseek-ai/deepseek-coder-6.7b-instruct"
cd finetune && deepspeed finetune_deepseekcoder.py \
--model_name_or_path $MODEL_PATH \