olegshulyakov commited on
Commit
1566205
·
verified ·
1 Parent(s): cd822fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,9 +7,9 @@ tags:
7
  base_model: deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
8
  ---
9
 
10
- # olegshulyakov/DeepSeek-Coder-V2-Lite-Instruct-4bit
11
 
12
- The Model [olegshulyakov/DeepSeek-Coder-V2-Lite-Instruct-4bit](https://huggingface.co/olegshulyakov/DeepSeek-Coder-V2-Lite-Instruct-4bit) was converted to MLX format from [deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct) using mlx-lm version **0.24.1**.
13
 
14
  ## Use with mlx
15
 
@@ -20,7 +20,7 @@ pip install mlx-lm
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
- model, tokenizer = load("olegshulyakov/DeepSeek-Coder-V2-Lite-Instruct-4bit")
24
 
25
  prompt="hello"
26
 
 
7
  base_model: deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
8
  ---
9
 
10
+ # mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit
11
 
12
+ The Model [mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit](https://huggingface.co/mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit) was converted to MLX format from [deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct) using mlx-lm version **0.24.1**.
13
 
14
  ## Use with mlx
15
 
 
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
+ model, tokenizer = load("mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit")
24
 
25
  prompt="hello"
26