bench_hf_llava_bench.sh 248 Bytes
Newer Older
Lianmin Zheng's avatar
Lianmin Zheng committed
1
2
3
4
5
6
7
8
9
#!/bin/bash

python -m llava.eval.model_vqa \
    --model-path liuhaotian/llava-v1.5-7b \
    --question-file ./questions.jsonl \
    --image-folder ./images \
    --answers-file ./answers_hf.jsonl \
    --temperature 0 \
    --conv-mode vicuna_v1