Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ychenhq
/
VideoCrafterXtend
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a322dc0
VideoCrafterXtend
/
VBench
/
vbench
/
third_party
/
amt
/
scripts
/
train.sh
ychenhq
Upload folder using huggingface_hub
04fbff5
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
127 Bytes
NUM_GPU=
$1
CFG=
$2
PORT=
$3
python -m torch.distributed.launch \
--nproc_per_node
$NUM_GPU
\
--master_port
$PORT
train.py -c
$CFG