| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rocm-python-wheels-Linux.zip | 2026-08-31 | 284.3 MB | |
| rocm-python-wheels-Windows.zip | 2026-08-31 | 137.5 MB | |
| README.md | 2026-08-31 | 782 Bytes | |
| v4.8.2 source code.tar.gz | 2026-08-31 | 3.4 MB | |
| v4.8.2 source code.zip | 2026-08-31 | 3.7 MB | |
| Totals: 5 Items | 428.9 MB | 6 | |
Fixes and improvements
- Import Python converters and specs lazily to avoid loading torch for inference-only use (#2080) by @Anai-Guo
- Fix out-of-bounds reads in StorageView index validation (#2073) by @jordimas, reported by Nathan Keys (Halo Forge Labs)
- Update cxxopts to v3.3.1 for GCC 15 compatibility (#2084) by @bekard
- Validate model variable sizes before allocation (#2091) by @jordimas, reported by Hyeonbell
- Check StorageView reserve byte size before allocation (#2094) by @infinityscroll
- Remove the runtime dependency on setuptools (#2096) by @Ravencentric