diff --git a/awesome-gpt-oss.md b/awesome-gpt-oss.md index c8a57a2..822a9f5 100644 --- a/awesome-gpt-oss.md +++ b/awesome-gpt-oss.md @@ -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.