Instructions to use adamo1139/Meta_Spirit-LM-ungated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adamo1139/Meta_Spirit-LM-ungated with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="adamo1139/Meta_Spirit-LM-ungated")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("adamo1139/Meta_Spirit-LM-ungated", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K