Instructions to use SceneWorks/mochi-1-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/mochi-1-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir mochi-1-mlx SceneWorks/mochi-1-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 251 Bytes
90a8778 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"format": "split",
"model_id": "mochi_1",
"tier": "q8",
"components": [
"transformer"
],
"source": "genmo/mochi-1-preview",
"quantized": true,
"quantization_bits": 8,
"quantization_group_size": 64,
"quantized_linears": 573
}
|