amd: stop reporting the bitsandbytes PyPI fallback as broken

This commit is contained in:
Daniel Han 2026-07-28 22:22:39 +00:00
commit 75c89eaeb5
3 changed files with 17 additions and 4 deletions

View file

@ -2025,7 +2025,7 @@ def _ensure_rocm_torch() -> None:
print(
_red(
" bnb pre-release install failed; falling back to PyPI "
"(4-bit decode will be broken on ROCm)"
f"{_BNB_ROCM_PYPI_FALLBACK}, which carries the ROCm 4-bit fix"
)
)
if not _bnb_installed: