Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-18 | 1.7 kB | |
v0.0.4 source code.tar.gz | 2025-08-18 | 32.2 MB | |
v0.0.4 source code.zip | 2025-08-18 | 32.3 MB | |
Totals: 3 Items | 64.6 MB | 0 |
What's Changed
- fix streamlit & ollama demo. Add python tool by @dkundel-openai in https://github.com/openai/gpt-oss/pull/131
- Add some links to awesome-gpt-oss.md by @hiyouga in https://github.com/openai/gpt-oss/pull/28
- fix: fix f-string unmatched '(' bug in streamlit_chat.py by @liuzhiqi71 in https://github.com/openai/gpt-oss/pull/31
- Fix start_q use in upper bound calculation by @peterbell10 in https://github.com/openai/gpt-oss/pull/136
- Process tokens in Context lazily by @Maratyszcza in https://github.com/openai/gpt-oss/pull/138
- Fix for bug where / in model name causes evals to fail by @simonw in https://github.com/openai/gpt-oss/pull/142
- [README] Rename
with_browser()
towith_browser_tool()
in README by @xiaohk in https://github.com/openai/gpt-oss/pull/140 - Update attention kernel to use TensorDescriptor by @peterbell10 in https://github.com/openai/gpt-oss/pull/137
- Parallelize SDPA across multiple simdgroups by @Maratyszcza in https://github.com/openai/gpt-oss/pull/144
- chore: release 0.0.4 by @dkundel-openai in https://github.com/openai/gpt-oss/pull/145
New Contributors
- @hiyouga made their first contribution in https://github.com/openai/gpt-oss/pull/28
- @liuzhiqi71 made their first contribution in https://github.com/openai/gpt-oss/pull/31
- @peterbell10 made their first contribution in https://github.com/openai/gpt-oss/pull/136
- @simonw made their first contribution in https://github.com/openai/gpt-oss/pull/142
- @xiaohk made their first contribution in https://github.com/openai/gpt-oss/pull/140
Full Changelog: https://github.com/openai/gpt-oss/compare/v0.0.3...v0.0.4