Skip to content

Commit 1e05b8f

Browse files
committed
code format
Signed-off-by: leslie-fang25 <[email protected]>
1 parent 29b705c commit 1e05b8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorrt_llm/_torch/pyexecutor/py_executor_creator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
from tensorrt_llm._utils import get_sm_version
1515
from tensorrt_llm.bindings.executor import (CapacitySchedulerPolicy,
1616
ContextChunkingPolicy,
17-
ExecutorConfig,
18-
LogitsPostProcessorConfig,
19-
ParallelConfig)
17+
ExecutorConfig)
2018
from tensorrt_llm.bindings.internal.batch_manager import ContextChunkingConfig
2119
from tensorrt_llm.llmapi.llm_args import KvCacheConnectorConfig, TorchLlmArgs
2220
from tensorrt_llm.llmapi.tokenizer import TokenizerBase

0 commit comments

Comments
 (0)