sealad886 commited on
Commit
c6a14b3
·
verified ·
1 Parent(s): 3bb3c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ using mlx-lm version **0.26.3**.
16
 
17
  > **Note:** command for conversion:
18
  > ```bash
19
- > mlx_lm.convert --hf-repo openai/gpt-oss-20b ... -q --q-bits 4
20
  > ```
21
  >
22
  > The version without doing an added 4-bit quant was in a 16-bit format (either bfloat16 or float16, I assume; I didn't check).
 
16
 
17
  > **Note:** command for conversion:
18
  > ```bash
19
+ > mlx_lm.convert --hf-repo openai/gpt-oss-120b ... -q --q-bits 4
20
  > ```
21
  >
22
  > The version without doing an added 4-bit quant was in a 16-bit format (either bfloat16 or float16, I assume; I didn't check).