How to use other models in LLaVA #388
Pritishchugh22
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working with model: liuhaotian/LLaVA-Lightning-MPT-7B-preview. I am using this command line to run LLaVA: f"python -m llava.serve.multi-frame-cli --model-path liuhaotian/LLaVA-Lightning-MPT-7B-preview --image-file {str(scene_frames[i])} --load-8bit"
I want to use a different model using same code: liuhaotian/LLaVA-13b-delta-v1-1. Please suggest how can I do it.
Beta Was this translation helpful? Give feedback.
All reactions