mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-07-10 19:28:55 -04:00
5 lines
295 B
Bash
Executable File
5 lines
295 B
Bash
Executable File
MODEL_NAME_OR_PATH="/scratch/shared_dir/xinyu/deepseek-6.7b-instruct"
|
|
DATASET_ROOT="data/"
|
|
LANGUAGE="rust"
|
|
CUDA_VISIBLE_DEVICES=4,5,6 python -m accelerate.commands.launch --config_file test_config.yaml eval_pal.py --logdir ${MODEL_NAME_OR_PATH} --language ${LANGUAGE} --dataroot ${DATASET_ROOT}
|