mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-08 08:44:37 +01:00
Minor change
This commit is contained in:
parent
9e260332cc
commit
1168004067
|
|
@ -6,7 +6,6 @@ import torch
|
|||
from exllamav3 import Cache, Config, Generator, Model, Tokenizer
|
||||
from exllamav3.cache import CacheLayer_fp16, CacheLayer_quant
|
||||
from exllamav3.generator import Job
|
||||
# Import the base sampler components directly from exllamav3
|
||||
from exllamav3.generator.sampler import (
|
||||
CustomSampler,
|
||||
SS_Argmax,
|
||||
|
|
|
|||
Loading…
Reference in a new issue