From c25e5ad2b6a507447d63835609ddf8b7fde2572b Mon Sep 17 00:00:00 2001 From: ThisIsPIRI Date: Thu, 24 Apr 2025 17:30:46 +0900 Subject: [PATCH] Fix ext.py silently ignoring ImportErrors --- exllamav2/ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exllamav2/ext.py b/exllamav2/ext.py index 4cfa4281..6b319e6a 100644 --- a/exllamav2/ext.py +++ b/exllamav2/ext.py @@ -112,7 +112,7 @@ def end_build_feedback(): print("\"undefined symbol\" error here usually means you are attempting to load a prebuilt extension wheel " "that was compiled against a different version of PyTorch than the one you are you using. Please verify " "that the versions match.") - raise e + raise e if build_jit: