mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-02-23 06:09:07 -05:00
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:
parent
b7ba565956
commit
8699fd76eb
@ -290,7 +290,7 @@ And please choose appropriate hyper-parameters(e.g., `learning_rate`, `per_devic
|
|||||||
```bash
|
```bash
|
||||||
DATA_PATH="<your_data_path>"
|
DATA_PATH="<your_data_path>"
|
||||||
OUTPUT_PATH="<your_output_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 \
|
cd finetune && deepspeed finetune_deepseekcoder.py \
|
||||||
--model_name_or_path $MODEL_PATH \
|
--model_name_or_path $MODEL_PATH \
|
||||||
|
Loading…
Reference in New Issue
Block a user