Instructions to use osmapi/MiniMax-M2-THRIFT-55-MLX-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use osmapi/MiniMax-M2-THRIFT-55-MLX-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-M2-THRIFT-55-MLX-6bit osmapi/MiniMax-M2-THRIFT-55-MLX-6bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
aivfkesavan commited on
Commit ·
2522137
1
Parent(s): c2b687e
Track safetensors + tokenizer.json with LFS
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|