chen459664's picture
Add files using upload-large-folder tool
351f147 verified
Raw
History Blame Contribute Delete
108 Bytes
#!/bin/bash
set -x
export GPU=$(nvidia-smi --list-gpus | wc -l)
torchrun --nproc-per-node=$GPU run.py ${@:1}