Instructions to use weathon/smiles_llava-itm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use weathon/smiles_llava-itm with Transformers:
# Load model directly from transformers import AutoProcessor, Router processor = AutoProcessor.from_pretrained("weathon/smiles_llava-itm") model = Router.from_pretrained("weathon/smiles_llava-itm") - Notebooks
- Google Colab
- Kaggle