kvaishnavi commited on
Commit
d24dfd0
·
verified ·
1 Parent(s): d4fd12b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -7,4 +7,27 @@ base_model:
7
  tags:
8
  - ONNX
9
  - ONNXRuntime
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tags:
8
  - ONNX
9
  - ONNXRuntime
10
+ ---
11
+
12
+ ## gpt-oss-20b ONNX Models
13
+ This repository hosts the optimized versions of [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) to accelerate inference with ONNX Runtime. Model optimizations refer to techniques and methods used to improve the run time performance, efficiency, and resource utilization of machine learning models.
14
+
15
+ Optimized models are published here in [ONNX](https://onnx.ai) format to run with [ONNX Runtime](https://onnxruntime.ai) on CUDA GPU devices, with the precision best suited to this target.
16
+
17
+ To easily get started with the model, you can use Foundry Local. See instructions [here](https://review.learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models?branch=main&tabs=Bash).
18
+
19
+ ## ONNX Models
20
+ The optimized configuration we have added is ONNX model for CUDA GPU using int4 kquant quantization with mixed precision and block size 32.
21
+
22
+ ## Model Description
23
+
24
+ - **Developed by:** Microsoft
25
+ - **Model type:** ONNX
26
+ - **License:** Apache-2.0
27
+ - **License Description:** Use of this model is subject to the terms of the Apache License, Version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0.
28
+ - **Model Description:** This is a conversion of the gpt-oss-20b model for local inference on CUDA GPUs.
29
+ - **Disclaimer:** Model is only an optimization of the base model, any risk associated with the model is the responsibility of the user of the model. Please verify and test for your scenarios. There may be a slight difference in output from the base model with the optimizations applied. Note that optimizations applied are distinct from fine tuning and thus do not alter the intended uses or capabilities of the model.
30
+
31
+ ## Base Model Information
32
+
33
+ See HF link [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) for details.