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
File size: 80 Bytes
07423df
1
2
3
4
5
#!/bin/bash
NUM_PROC=
$1
shift
torchrun --nproc_per_node=
$NUM_PROC
train.py
"
$@
"