Skip to content

Commit

Permalink
Model: Fix imports
Browse files Browse the repository at this point in the history
Use the standard import ordering.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Feb 25, 2024
1 parent f6d749c commit 73a1d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backends/exllamav2/grammar.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 73a1d9e

Please sign in to comment.