abalogh commited on
Commit
ce37efd
1 Parent(s): 57bc9e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  # mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit
19
 
20
- The Model [mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit](https://huggingface.co/abalogh/Qwen2.5.1-Coder-7B-Instruct-8bit) was converted to MLX format from [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct) using mlx-lm version **0.19.3**.
21
 
22
  ## Use with mlx
23
 
@@ -28,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("abalogh/Qwen2.5.1-Coder-7B-Instruct-8bit")
32
 
33
  prompt="hello"
34
 
 
17
 
18
  # mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit
19
 
20
+ The Model [mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit](https://huggingface.co/mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit) was converted to MLX format from [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct) using mlx-lm version **0.19.3**.
21
 
22
  ## Use with mlx
23
 
 
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
+ model, tokenizer = load("mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit")
32
 
33
  prompt="hello"
34