Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crrrr30
/
cs-mixer
like
0
Runtime error
App
Files
Files
Community
d5a3c94
cs-mixer
/
distributed_train.sh
crrrr30
Upload folder using huggingface_hub
da716ed
over 1 year ago
raw
Copy download link
history
blame
Safe
81 Bytes
#!/bin/bash
NUM_PROC=
$1
shift
torchrun --nproc_per_node=
$NUM_PROC
train.py
"
$@
"