Skip to content

Commit

Permalink
fix import error for triton server(#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon authored Jan 22, 2024
1 parent f456511 commit 576609f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lmdeploy/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

import torch

from .utils import get_logger
from lmdeploy.utils import get_logger

# this file will be copied to triton server, make sure all
# importing are starting from the package root lmdeploy


class SentencePieceTokenizer:
Expand Down

0 comments on commit 576609f

Please sign in to comment.