bobig commited on
Commit
0f07de6
·
verified ·
1 Parent(s): d21ddcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,9 +12,9 @@ tags:
12
  - mlx
13
  ---
14
 
15
- # bobig/Qwen2.5-14B-Instruct-1M-4.5bit
16
 
17
- The Model [bobig/Qwen2.5-14B-Instruct-1M-4.5bit](https://huggingface.co/bobig/Qwen2.5-14B-Instruct-1M-4.5bit) was
18
  converted to MLX format from [unsloth/Qwen2.5-14B-Instruct-1M](https://huggingface.co/unsloth/Qwen2.5-14B-Instruct-1M)
19
  using mlx-lm version **0.21.4**.
20
 
@@ -27,7 +27,7 @@ pip install mlx-lm
27
  ```python
28
  from mlx_lm import load, generate
29
 
30
- model, tokenizer = load("bobig/Qwen2.5-14B-Instruct-1M-4.5bit")
31
 
32
  prompt = "hello"
33
 
 
12
  - mlx
13
  ---
14
 
15
+ # bobig/Qwen2.5-14B-Instruct-1M-Q4
16
 
17
+ The Model [bobig/Qwen2.5-14B-Instruct-1M-Q4](https://huggingface.co/bobig/Qwen2.5-14B-Instruct-1M-Q4) was
18
  converted to MLX format from [unsloth/Qwen2.5-14B-Instruct-1M](https://huggingface.co/unsloth/Qwen2.5-14B-Instruct-1M)
19
  using mlx-lm version **0.21.4**.
20
 
 
27
  ```python
28
  from mlx_lm import load, generate
29
 
30
+ model, tokenizer = load("bobig/Qwen2.5-14B-Instruct-1M-Q4")
31
 
32
  prompt = "hello"
33