Felladrin commited on
Commit
80b14de
·
verified ·
1 Parent(s): 834c3dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,9 +7,9 @@ tags:
7
  - mlx
8
  ---
9
 
10
- # Felladrin/Seed-Coder-8B-Reasoning-mlx-6Bit
11
 
12
- The Model [Felladrin/Seed-Coder-8B-Reasoning-mlx-6Bit](https://huggingface.co/Felladrin/Seed-Coder-8B-Reasoning-mlx-6Bit) was converted to MLX format from [ByteDance-Seed/Seed-Coder-8B-Reasoning](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning) using mlx-lm version **0.22.3**.
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("Felladrin/Seed-Coder-8B-Reasoning-mlx-6Bit")
24
 
25
  prompt="hello"
26
 
 
7
  - mlx
8
  ---
9
 
10
+ # mlx-community/Seed-Coder-8B-Reasoning-6bit
11
 
12
+ The Model [mlx-community/Seed-Coder-8B-Reasoning-6bit](https://huggingface.co/mlx-community/Seed-Coder-8B-Reasoning-6bit) was converted to MLX format from [ByteDance-Seed/Seed-Coder-8B-Reasoning](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning) using mlx-lm version **0.22.3**.
13
 
14
  ## Use with mlx
15
 
 
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
+ model, tokenizer = load("mlx-community/Seed-Coder-8B-Reasoning-6bit")
24
 
25
  prompt="hello"
26