diff --git a/unsloth/import_fixes.py b/unsloth/import_fixes.py index 0581cf7bdf..6e5826f6b8 100644 --- a/unsloth/import_fixes.py +++ b/unsloth/import_fixes.py @@ -1526,7 +1526,9 @@ def disable_broken_vllm(error = None): _install_vllm_blocker() logger.warning( "Unsloth: Detected broken vLLM binary extension; " - "disabling vLLM imports and continuing import." + "disabling vLLM imports and continuing import.\n" + "Please reinstall via `uv pip install unsloth vllm torchvision torchaudio " + "--torch-backend=auto`." ) return True