Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
testeam
/
Pilot_experiment
like
0
Follow
multimodel_testeam
4
Dataset card
Files
Files and versions
xet
Community
main
Pilot_experiment
/
VLMEvalKit-sudoku
/
scripts
/
run.sh
ZzzHelloWorld
Add files using upload-large-folder tool
eb282ac
verified
3 months ago
raw
Copy download link
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}