Views
No views yet
RAME-VL.config.yamlmodel.pt1brew install git-xet
2git xet install
3
4git clone https://huggingface.co/Ritesh-hf/RAME-VLGIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/Ritesh-hf/RAME-VL1huggingface-cli download Ritesh-hf/RAME-VL \
2 config.yaml model.pt \
3 --local-dir checkpoints/rame-vl1checkpoints/rame-vl/
2 config.yaml
3 model.ptconfig.yaml and model.pt.1torchrun --standalone --nnodes=1 --nproc_per_node=1 \
2 launch_scripts/eval_downstream.py \
3 checkpoints/rame-vl \
4 test-low-res \
5 --device_batch_size 1 \
6 --save_dir outputs/test_low_res \
7 --overwrite