adapt to sglang v0.5.2rc1 on dcu
This commit is contained in:
9
benchmark/llava_bench/bench_hf_llava_bench.sh
Executable file
9
benchmark/llava_bench/bench_hf_llava_bench.sh
Executable file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user