From 52d1cbbbe95bed853241ab422b0558ab029d7d08 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:38:39 -0700 Subject: [PATCH] Fix an import --- modules/exllamav3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exllamav3.py b/modules/exllamav3.py index 5c142ec2..3fabdb6b 100644 --- a/modules/exllamav3.py +++ b/modules/exllamav3.py @@ -8,7 +8,7 @@ from exllamav3.cache import CacheLayer_fp16, CacheLayer_quant from exllamav3.generator import Job from modules import shared -from modules.exllamav3_custom_sampler import ( +from exllamav3.generator.sampler import ( CustomSampler, SS_Argmax, SS_MinP,