Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
library_name: transformers
|
4 |
-
base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
5 |
-
tags:
|
6 |
-
- mlx
|
7 |
-
---
|
8 |
|
9 |
# jesusoctavioas/DeepSeek-R1-0528-Qwen3-8B-mlx-4Bit
|
10 |
|
@@ -13,6 +13,11 @@ The Model [jesusoctavioas/DeepSeek-R1-0528-Qwen3-8B-mlx-4Bit](https://huggingfac
|
|
13 |
## Use with mlx
|
14 |
|
15 |
```bash
|
|
|
|
|
|
|
|
|
|
|
16 |
pip install mlx-lm
|
17 |
```
|
18 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
5 |
+
tags:
|
6 |
+
- mlx
|
7 |
+
---
|
8 |
|
9 |
# jesusoctavioas/DeepSeek-R1-0528-Qwen3-8B-mlx-4Bit
|
10 |
|
|
|
13 |
## Use with mlx
|
14 |
|
15 |
```bash
|
16 |
+
# Create a virtual enviroment if needed.
|
17 |
+
python -m venv mlx-venv
|
18 |
+
# then activate the virtual enviroment if needed.
|
19 |
+
source mlx-venv/bin/activate
|
20 |
+
# then install mlx.
|
21 |
pip install mlx-lm
|
22 |
```
|
23 |
|