You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to adapt the command running Llava to work with Llama 3.2 (which supposedly also has vision), but couldn't get it to work. From the docs:
./llava-v1.5-7b-q4.llamafile --temp 0.2 --image lemurs.jpg -e -p '### User: What do you see?\n### Assistant:'
Which I turned into:
./Llama-3.2-3B-Instruct.Q6_K.llamafile --image ./images/1.jpg --mmproj -e -p '### User: What do you see?\n### Assistant:'
Initially tried without the --mmproj parameter, but that asked specifically for that parameter to exist:
note: if you have an AMD or NVIDIA GPU then you need to pass -ngl 9999 to enable GPU offloading
Log start
./Llama-3.2-3B-Instruct.Q6_K.llamafile: fatal error: --mmproj must also be passed when an --image is specified in cli mode
Running without -e also doesn't work.
Version
llamafile v0.8.16
What operating system are you seeing the problem on?
Contact Details
[email protected]
What happened?
Tried to adapt the command running Llava to work with Llama 3.2 (which supposedly also has vision), but couldn't get it to work. From the docs:
Which I turned into:
Initially tried without the
--mmproj
parameter, but that asked specifically for that parameter to exist:Running without
-e
also doesn't work.Version
llamafile v0.8.16
What operating system are you seeing the problem on?
Linux
Relevant log output
The text was updated successfully, but these errors were encountered: