Instructions to use ekazakos/grove with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ekazakos/grove with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("ekazakos/grove", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag
#1
by nielsr HF Staff - opened
This PR ensures your model can be found at https://huggingface.co/models?pipeline_tag=video-text-to-text&sort=trending.
ekazakos changed pull request status to merged