Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ pipeline_tag: text-generation
|
|
10 |
# mlx-community/DeepSeek-v3-0324-4bit
|
11 |
|
12 |
This model [mlx-community/DeepSeek-v3-0324-4bit](https://huggingface.co/mlx-community/DeepSeek-v3-0324-4bit) was
|
13 |
-
converted to MLX format from [deepseek-ai/DeepSeek-v3-
|
14 |
-
using mlx-lm version **0.
|
15 |
|
16 |
## Use with mlx
|
17 |
|
@@ -22,7 +22,7 @@ pip install mlx-lm
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
-
model, tokenizer = load("mlx-community/DeepSeek-
|
26 |
|
27 |
prompt = "hello"
|
28 |
|
|
|
10 |
# mlx-community/DeepSeek-v3-0324-4bit
|
11 |
|
12 |
This model [mlx-community/DeepSeek-v3-0324-4bit](https://huggingface.co/mlx-community/DeepSeek-v3-0324-4bit) was
|
13 |
+
converted to MLX format from [deepseek-ai/DeepSeek-v3.1-Base](https://huggingface.co/deepseek-ai/DeepSeek-v3.1-Base)
|
14 |
+
using mlx-lm version **0.26.3**.
|
15 |
|
16 |
## Use with mlx
|
17 |
|
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
+
model, tokenizer = load("mlx-community/DeepSeek-V3.1-Base-4bit")
|
26 |
|
27 |
prompt = "hello"
|
28 |
|