Skip to content

Commit 94eaf6a

Browse files
authored
Fix lint
Signed-off-by: Mike Iovine <mike.iovine7@gmail.com>
1 parent d9b5deb commit 94eaf6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorrt_llm/llmapi/llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
from ..logger import logger
3232
from ..sampling_params import SamplingParams
3333
from .llm_args import (TORCH_LLMARGS_EXPLICIT_DOCSTRING,
34-
TRT_LLMARGS_EXPLICIT_DOCSTRING, NGramDecodingConfig, PeftCacheConfig,
35-
PybindMirror, TorchLlmArgs, TrtLlmArgs)
34+
TRT_LLMARGS_EXPLICIT_DOCSTRING, NGramDecodingConfig,
35+
PeftCacheConfig, PybindMirror, TorchLlmArgs, TrtLlmArgs)
3636
from .llm_utils import (CachedModelLoader, KvCacheRetentionConfig,
3737
LlmBuildStats, ModelLoader, _ModelRuntimeContext)
3838
from .mpi_session import MpiPoolSession, external_mpi_comm_available

0 commit comments

Comments
 (0)