mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Fix an import
This commit is contained in:
parent
1cb800d392
commit
52d1cbbbe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue