Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ZzzHelloWorld
/
VLMEvalKit-uhd
like
0
arxiv:
2407.11691
Model card
Files
Files and versions
xet
Community
main
VLMEvalKit-uhd
/
scripts
/
run.sh
ZzzHelloWorld
Add files using upload-large-folder tool
ab8835a
verified
about 2 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}