Instructions to use wezzel98765/Qwopus3.6-35B-A3B-v1-oQ6-fp16-mtp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use wezzel98765/Qwopus3.6-35B-A3B-v1-oQ6-fp16-mtp with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwopus3.6-35B-A3B-v1-oQ6-fp16-mtp wezzel98765/Qwopus3.6-35B-A3B-v1-oQ6-fp16-mtp
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Jackrong/Qwopus3.6-35B-A3B-v1
|
| 5 |
+
library_name: mlx
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
Quantised from Jackrong/Qwopus3.6-35B-A3B-v1
|
| 9 |
+
|
| 10 |
+
Has been converted using OMLX Version 0.4
|
| 11 |
+
MTP Headers have been retained
|
| 12 |
+
|
| 13 |
+
This is the FP16 version which is optimal for Apple Silicon M1 and M2 Mac devices.
|
| 14 |
+
I have also incorporated the "Fixed" Chat Template from froggeric/Qwen-Fixed-Chat-Templates
|
| 15 |
+
|
| 16 |
+
All thanks goes to the creators of all of the above, I merely just converted the model for those that cannot
|