rishiikc commited on
Commit
db2c43b
·
verified ·
1 Parent(s): 9da6234

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ base_model:
4
  - openai/gpt-oss-20b
5
  library_name: transformers
6
  ---
7
- # GPT-OSS ONNX model (Deqauntized to BF16)
8
 
9
  This repository contains an ONNX export of the [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) from Hugging Face, generated using the official [onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai) builder. The choice of setting the precision to BF16 was mainly out of lack of resources on my M4 mini followed by my limited knowledge of the GenAI engineering ecosystem.
10
 
 
4
  - openai/gpt-oss-20b
5
  library_name: transformers
6
  ---
7
+ # gpt-oss-20b ONNX model (deqauntized to BF16)
8
 
9
  This repository contains an ONNX export of the [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) from Hugging Face, generated using the official [onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai) builder. The choice of setting the precision to BF16 was mainly out of lack of resources on my M4 mini followed by my limited knowledge of the GenAI engineering ecosystem.
10