LLaVA
LLaVA copied to clipboard
[Question] KeyError: 'LlavaConfig' of using cli
Question
'''
python -m llava.serve.cli \
--model-path checkpoints/llava-v1.5-7b-lora \ --model-base checkpoints/vicuna-7b-v1.5 \ --image-file "https://lmg.jj20.com/up/allimg/tp03/1Z921110450D60-0-lp.jpg" \ --load-4bit
[2023-12-25 13:22:09,390] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator to cuda (auto detect)
Traceback (most recent call last):
File "/root/miniconda3/envs/llava/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/root/miniconda3/envs/llava/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/zhaobai46a02/LLaVA/llava/serve/cli.py", line 125, in
I have the same issue. Did you fix it
@Lee-ray-a @chrisx599 Did you manage to solve this?
has anyone fixed it?