Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Racktic
/
VLMEvalKit
like
0
ArXiv:
arxiv:
2407.11691
arxiv:
2411.15296
Dataset card
Files
Files and versions
xet
Community
main
VLMEvalKit
/
scripts
/
run.sh
Racktic
Upload folder using huggingface_hub
b5beb60
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
#!/bin/bash
set
-x
export
GPU=$(nvidia-smi --list-gpus |
wc
-l)
torchrun --nproc-per-node=
$GPU
run.py
${@:1}