Racktic's picture
Upload folder using huggingface_hub
b5beb60 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}