File size: 219 Bytes
7382c66 | 1 2 3 4 5 6 7 8 | export CUDA=0
export CONFIG_PATH="configs/eval.json"
accelerate launch \
--config_file=configs/accelerate/$CUDA.yaml \
--mixed_precision="fp16" \
--main_process_port="12345" \
eval.py --config_path=$CONFIG_PATH
|