We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b705c commit 1e05b8fCopy full SHA for 1e05b8f
tensorrt_llm/_torch/pyexecutor/py_executor_creator.py
@@ -14,9 +14,7 @@
14
from tensorrt_llm._utils import get_sm_version
15
from tensorrt_llm.bindings.executor import (CapacitySchedulerPolicy,
16
ContextChunkingPolicy,
17
- ExecutorConfig,
18
- LogitsPostProcessorConfig,
19
- ParallelConfig)
+ ExecutorConfig)
20
from tensorrt_llm.bindings.internal.batch_manager import ContextChunkingConfig
21
from tensorrt_llm.llmapi.llm_args import KvCacheConnectorConfig, TorchLlmArgs
22
from tensorrt_llm.llmapi.tokenizer import TokenizerBase
0 commit comments