Instructions to use kyutai/mimi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kyutai/mimi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="kyutai/mimi")# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("kyutai/mimi") model = AutoModel.from_pretrained("kyutai/mimi") - Inference
- Notebooks
- Google Colab
- Kaggle
Number of quantizers
#3
by mithileshvaidya - opened
Why does the model have 32 quantizers? (and not 8, as mentioned in the paper)
Answer here: https://github.com/kyutai-labs/moshi/issues/122
lmz changed discussion status to closed