mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Model: Fix imports
Use the standard import ordering. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import traceback
|
||||
from common.logger import init_logger
|
||||
from exllamav2 import ExLlamaV2, ExLlamaV2Tokenizer
|
||||
from exllamav2.generator import ExLlamaV2Sampler
|
||||
from exllamav2.generator.filters import ExLlamaV2Filter
|
||||
|
||||
from common.logger import init_logger
|
||||
|
||||
# TODO: Remove after new exllama version is released
|
||||
try:
|
||||
from exllamav2.generator.filters import ExLlamaV2PrefixFilter
|
||||
|
||||
Reference in New Issue
Block a user