From aff62c85910cf6591fa234c5aeda70a700d9e060 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:55:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/install_python_stack.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/install_python_stack.py b/studio/install_python_stack.py index 533cb9b793..b881755757 100644 --- a/studio/install_python_stack.py +++ b/studio/install_python_stack.py @@ -2032,9 +2032,7 @@ def _ensure_rocm_torch() -> None: ) if not _bnb_installed: _fallback_note = ( - ", which carries the ROCm 4-bit fix" - if _bnb_rocm_arch_has_binary() - else "" + ", which carries the ROCm 4-bit fix" if _bnb_rocm_arch_has_binary() else "" ) print( _red(