Skip to content

Commit

Permalink
updated for style
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Aug 2, 2024
1 parent 8402989 commit c00bf15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
)
from transformers import AutoTokenizer, PreTrainedTokenizer, PreTrainedTokenizerFast

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'AutoTokenizer' is not used.
from transformers_utils.tokenizer import get_tokenizer

SUPPORTED_BACKENDS = ["vllm", "tensorrtllm"]
from triton_cli.parser import KNOWN_MODEL_SOURCES as KNOWN_MODELS

Expand Down

0 comments on commit c00bf15

Please sign in to comment.