| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves #1778
Instead of failing when the exact CUDA/ROCm library version isn't packaged, bitsandbytes now selects the closest available version within the same major and logs a warning. Also fixes ROCm double-digit minor version parsing (e.g. for ROCm 7.13), reduces the CUDA build matrix to the most commonly deployed builds (i.e. those with official PyTorch wheels), and cleans up related diagnostics and error messaging.
This also reduces our wheel size. It is more relevant now after the recent addition of #1949 increased the binary sizes, but in fact brings our wheel much below v0.49.2 release as well.