Instructions to use wezzel98765/gemma-4-12B-oQ5-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use wezzel98765/gemma-4-12B-oQ5-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir gemma-4-12B-oQ5-fp16 wezzel98765/gemma-4-12B-oQ5-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: mlx
|
| 4 |
+
base_model:
|
| 5 |
+
- google/gemma-4-12B
|
| 6 |
---
|
| 7 |
+
Has been quantized using OMLX 0.4.2.dev2 (1444)
|
| 8 |
+
|
| 9 |
+
This is the FP16 version which is optimal for Apple Silicon M1 and M2 Mac devices.
|
| 10 |
+
This is the version that was released approx 4th June 2026 at 13:00 GMT
|
| 11 |
+
|
| 12 |
+
All thanks goes to the creators of all of the above, I merely just converted the model for those that cannot
|