Instructions to use zviratko/gemma-4-12B-it-oQ4e-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use zviratko/gemma-4-12B-it-oQ4e-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir gemma-4-12B-it-oQ4e-fp16 zviratko/gemma-4-12B-it-oQ4e-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ tags:
|
|
| 4 |
- mlx
|
| 5 |
- oq
|
| 6 |
- quantized
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# gemma-4-12B-it-oQ4e-fp16
|
|
@@ -15,4 +17,4 @@ This model was quantized using [oQ](https://github.com/jundot/omlx) (oMLX v0.5.1
|
|
| 15 |
- **Model type**: gemma4_unified
|
| 16 |
- **Bits**: 4
|
| 17 |
- **Group size**: 64
|
| 18 |
-
- **Format**: MLX safetensors
|
|
|
|
| 4 |
- mlx
|
| 5 |
- oq
|
| 6 |
- quantized
|
| 7 |
+
base_model:
|
| 8 |
+
- google/gemma-4-12B-it
|
| 9 |
---
|
| 10 |
|
| 11 |
# gemma-4-12B-it-oQ4e-fp16
|
|
|
|
| 17 |
- **Model type**: gemma4_unified
|
| 18 |
- **Bits**: 4
|
| 19 |
- **Group size**: 64
|
| 20 |
+
- **Format**: MLX safetensors
|