Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- vllm
|
7 |
+
- mlx
|
8 |
+
base_model: openai/gpt-oss-20b
|
9 |
+
---
|
10 |
+
|
11 |
+
# NexaAI/gpt-oss-20b-MLX-8bit
|
12 |
+
|
13 |
+
## Quickstart
|
14 |
+
|
15 |
+
Run them directly with [nexa-sdk](https://github.com/NexaAI/nexa-sdk) installed
|
16 |
+
In nexa-sdk CLI:
|
17 |
+
|
18 |
+
```bash
|
19 |
+
NexaAI/gpt-oss-20b-MLX-8bit
|
20 |
+
```
|
21 |
+
|
22 |
+
## Overview
|
23 |
+
This is a 8-bit quantized version of the OpenAI GPT OSS 20B model.
|
24 |
+
|
25 |
+
## Reference
|
26 |
+
**Original model card**: [lmstudio-community/gpt-oss-20b-MLX-8bit](https://huggingface.co/lmstudio-community/gpt-oss-20b-MLX-8bit)
|