How to use Llava-hf to inference with text only content?
I have a project which needs to use llava-1.5-7b-hf
to inference on both images with texts and text only data. I know how to deal with image with texts, but I couldnt’t figure out a way to inference on text only cases. I tried
The “accelerate” package version not compatible with transformers library
I’m going through the Huggingface tutorial. In this section, I met a problem with this code: