"src/onnx/parse_layernorm.cpp" did not exist on "4a3122015e51f13256b9627e79351f50a9b94f62"
run.sh 108 Bytes
Newer Older
luopl's avatar
init  
luopl committed
1
2
3
4
#!/bin/bash
set -x
export GPU=$(nvidia-smi --list-gpus | wc -l)
torchrun --nproc-per-node=$GPU run.py ${@:1}