This commit is contained in:
Saurabh M. Agrawal 2025-02-04 17:00:07 +04:00 committed by GitHub
commit a4cdf2cc26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \