Instructions to use Lowkey-Loki/OlympicCoder-7B-mlx-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Lowkey-Loki/OlympicCoder-7B-mlx-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OlympicCoder-7B-mlx-8bit Lowkey-Loki/OlympicCoder-7B-mlx-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- open-r1/OlympicCoder-7B
|
| 5 |
+
tags:
|
| 6 |
+
- mlx
|
| 7 |
+
- 8bit
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
Quantized 8bit MLX version of: https://huggingface.co/open-r1/OlympicCoder-7B
|