Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- openai/gpt-oss-20b
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
@@ -11,6 +16,8 @@ base_model:
|
|
11 |
|
12 |
This is a 4-bit quantized version of the OpenAI GPT OSS 20B model, optimized for Apple Silicon using the MLX framework. The model was successfully converted from the original `gpt_oss` architecture to MLX format using the development version of `mlx-lm` (v0.26.3).
|
13 |
|
|
|
|
|
14 |
## Quick Start
|
15 |
|
16 |
### Installation
|
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- openai/gpt-oss-20b
|
5 |
+
tags:
|
6 |
+
- mlx
|
7 |
+
- gpt
|
8 |
+
- openai
|
9 |
+
- chatGPT
|
10 |
---
|
11 |
|
12 |
|
|
|
16 |
|
17 |
This is a 4-bit quantized version of the OpenAI GPT OSS 20B model, optimized for Apple Silicon using the MLX framework. The model was successfully converted from the original `gpt_oss` architecture to MLX format using the development version of `mlx-lm` (v0.26.3).
|
18 |
|
19 |
+
>[!TIP] Tip: For best results with tool calling and reasoning, update your LMStudio to the latest version (0.3.22)
|
20 |
+
|
21 |
## Quick Start
|
22 |
|
23 |
### Installation
|