Using llava with huggingface transformers #398
-
I want to use a 7b llava model with huggingface but I can’t really find any docs to use it? Any help would be great! |
Beta Was this translation helpful? Give feedback.
Answered by
haotian-liu
Aug 27, 2023
Replies: 2 comments
-
Hi, our code base are based on huggingface transformers. Can you elaborate a bit? Do you mean the inference endpoint? Or use transformers to load the model? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnwick123f
-
Oh I just found out that this is based on transformers. Anyway, thanks for replying! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, our code base are based on huggingface transformers. Can you elaborate a bit? Do you mean the inference endpoint? Or use transformers to load the model?