prince-canuma commited on
Commit
181c5d5
·
verified ·
1 Parent(s): 202a22d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ 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.1-Base](https://huggingface.co/deepseek-ai/DeepSeek-v3.1-Base)
14
  using mlx-lm version **0.26.3**.
15
 
16
  ## Use with mlx
@@ -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-V3.1-Base-4bit")
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-0324-4bit](https://huggingface.co/deepseek-ai/DeepSeek-v3-0324-4bit)
14
  using mlx-lm version **0.26.3**.
15
 
16
  ## Use with mlx
 
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
+ model, tokenizer = load("mlx-community/DeepSeek-v3-0324-4bit")
26
 
27
  prompt = "hello"
28