Hugging Face
Models
Datasets
Spaces
Buckets
new
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
b5beb60
VLMEvalKit
/
scripts
/
srun.sh
Racktic
Upload folder using huggingface_hub
b5beb60
verified
10 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
#!/bin/bash
set
-x
srun -n1 --ntasks-per-node=1 --partition
$1
--gres=gpu:8 --quotatype=reserved --job-name vlmeval --cpus-per-task=64 torchrun --nproc-per-node=8 run.py
${@:2}