Instructions to use THUdyh/Ola-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola-Image with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Ola-Image", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add project page, specify task, add library name
#4
by nielsr HF Staff - opened
This PR improves the model card by specifying the type of task as multimodal, instead of image-text-to-text. It also adds a link to the project page and specifies the transformers library.
THUdyh changed pull request status to merged