Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elineve
/
H2OTest
like
0
Runtime error
App
Files
Files
Community
main
H2OTest
/
distributed_train.sh
elineve
Upload 301 files
07423df
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
#!/bin/bash
NUM_PROC=
$1
shift
torchrun --nproc_per_node=
$NUM_PROC
train.py
"
$@
"