mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Fix an import
This commit is contained in:
parent
1cb800d392
commit
52d1cbbbe9
|
|
@ -8,7 +8,7 @@ from exllamav3.cache import CacheLayer_fp16, CacheLayer_quant
|
||||||
from exllamav3.generator import Job
|
from exllamav3.generator import Job
|
||||||
|
|
||||||
from modules import shared
|
from modules import shared
|
||||||
from modules.exllamav3_custom_sampler import (
|
from exllamav3.generator.sampler import (
|
||||||
CustomSampler,
|
CustomSampler,
|
||||||
SS_Argmax,
|
SS_Argmax,
|
||||||
SS_MinP,
|
SS_MinP,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue