hugging face version coming?

#2
by ctranslate2-4you - opened

Sorry in advance for the multiple posts, but I wasn't sure where to post this. My question is, is a "-hf" version going to be forthcoming like there was for version 1.5 at this repository?

https://huggingface.co/llava-hf

What's the difference with the -hf versions?

@Qu3tzal This one can be only loaded with the llava repository. Llava hf models can be loaded with huggingface transformers. There is already a llava 1.6 hf now

Oh, I see.

May I ask you a question?
How to convert liuhaotian/llava-v1.6-vicuna-7b to llava-hf/llava-v1.6-vicuna-7b-hf?? Thanks

May I ask you a question?
How to convert liuhaotian/llava-v1.6-vicuna-7b to llava-hf/llava-v1.6-vicuna-7b-hf?? Thanks

You can refer to https://github.com/huggingface/transformers/blob/main/src/transformers/models/llava_next/convert_llava_next_weights_to_hf.py

Sign up or log in to comment