Skip to content

Doc: Add curated resources to awesome-gpt-oss.md #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions awesome-gpt-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ This is a list of guides and resources to help you get started with the gpt-oss
- [Example `python` tool for gpt-oss](./gpt_oss/tools/python_docker/)
- [Example `browser` tool for gpt-oss](./gpt_oss/tools/simple_browser/)

## Official Resources

[Welcome GPT OSS - Hugging Face Blog](https://huggingface.co/blog/welcome-openai-gpt-oss) - Comprehensive introduction and getting started guide for the GPT-OSS model family.
[Using NVIDIA TensorRT-LLM to run gpt-oss-20b](https://cookbook.openai.com/articles/run-nvidia) - Official OpenAI Cookbook guide for optimizing gpt-oss models using NVIDIA's TensorRT-LLM for high-performance inference.

## Platform-Specific Implementations

[OpenAI's New Open Models on NVIDIA GeForce RTX](https://blogs.nvidia.com/blog/rtx-ai-garage-openai-oss/) - Official NVIDIA guide for running gpt-oss models locally on RTX AI PCs.
[unsloth/gpt-oss-20b-GGUF](https://huggingface.co/unsloth/gpt-oss-20b-GGUF) - GGUF format conversion for easier local deployment and reduced memory usage.


## Contributing

Feel free to open a PR to add your own guides and resources on how to run gpt-oss. We will try to review it and add it here.