inferencerlabs commited on
Commit
c0f7844
·
verified ·
1 Parent(s): 7783d25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -7,6 +7,12 @@ tags:
7
  - mlx
8
  base_model: openai/gpt-oss-120b
9
  ---
 
 
 
 
 
 
10
  **See gpt-oss-120b 6.5bit MLX in action - [demonstration video](https://youtu.be/mlpFG8e_fLw)**
11
 
12
  *q6.5bit quant typically achieves 1.128 perplexity in our testing which is equivalent to q8.*
@@ -21,10 +27,10 @@ base_model: openai/gpt-oss-120b
21
  ## Usage Notes
22
 
23
  * Tested to run with [Inferencer app](https://inferencer.com)
24
- * Memory usage: ~95 GB (down from ~251GB required by native MXFP4 format)
25
  * Expect ~60 tokens/s
26
  * Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx) 0.26
27
- * For more details see [demonstration video](https://youtu.be/mlpFG8e_fLw) or visit [OpenAI gpt-oss-20b](https://huggingface.co/openai/gpt-oss-120b).
28
 
29
  ## Disclaimer
30
 
 
7
  - mlx
8
  base_model: openai/gpt-oss-120b
9
  ---
10
+ ### Notice
11
+ - This quant is deprecated. It was used as a stopgap while support for the native MXFP4 was being implemented.
12
+ - Please use the native MXFP4 model found here [OpenAI gpt-oss-120b](https://huggingface.co/openai/gpt-oss-120b)
13
+
14
+ ### Information
15
+
16
  **See gpt-oss-120b 6.5bit MLX in action - [demonstration video](https://youtu.be/mlpFG8e_fLw)**
17
 
18
  *q6.5bit quant typically achieves 1.128 perplexity in our testing which is equivalent to q8.*
 
27
  ## Usage Notes
28
 
29
  * Tested to run with [Inferencer app](https://inferencer.com)
30
+ * Memory usage: ~95 GB
31
  * Expect ~60 tokens/s
32
  * Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx) 0.26
33
+ * For more details see [demonstration video](https://youtu.be/mlpFG8e_fLw) or visit [OpenAI gpt-oss-120b](https://huggingface.co/openai/gpt-oss-120b).
34
 
35
  ## Disclaimer
36