mirror of
https://github.com/deepseek-ai/DeepSeek-Coder
synced 2024-12-04 18:14:44 +00:00
4 lines
283 B
Bash
4 lines
283 B
Bash
MODEL_NAME_OR_PATH="deepseek-ai/deepseek-coder-1b-base/"
|
|
DATASET_ROOT="data/"
|
|
LANGUAGE="python"
|
|
CUDA_VISIBLE_DEVICES=1,2,3 python -m accelerate.commands.launch --config_file test_config.yaml eval_pal.py --logdir ${MODEL_NAME_OR_PATH} --language ${LANGUAGE} --dataroot ${DATASET_ROOT} |