kvablack / LLaVA-server

MIT License
19 stars 5 forks source link

llava weights? #9

Open alnaeini opened 6 months ago

alnaeini commented 6 months ago

What are the weights used for this "LLAVA_PARAMS_PATH"?

os.environ["LLAVA_PARAMS_PATH"] = "../llava-weights"

I keep getting error using LLaVA 1.6 and 1.5 weights. Any suggestion please?

kjinh commented 3 months ago

What are the weights used for this "LLAVA_PARAMS_PATH"?

os.environ["LLAVA_PARAMS_PATH"] = "../llava-weights"

I keep getting error using LLaVA 1.6 and 1.5 weights. Any suggestion please?

Have same issue. Did you got 'KeyError: llava'?

stanleyshen2003 commented 2 months ago

Using a newer version of transformer library can avoid 'KeyError: llava'.

roywang021 commented 1 month ago

Using a newer version of transformer library can avoid 'KeyError: llava'.

hi, which version of transformer did you use?