Instructions to use time-warp/llavahound-7b-explicit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use time-warp/llavahound-7b-explicit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ShareGPTVideo/LLaVA-Hound-SFT") model = PeftModel.from_pretrained(base_model, "time-warp/llavahound-7b-explicit") - Notebooks
- Google Colab
- Kaggle
Ctrl+K