Skip to content

Commit 20fd305

Browse files
authored
[None][fix] type annotation (#9071)
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
1 parent b151de4 commit 20fd305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/_torch/pyexecutor/py_executor_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def get_guided_decoding_config(guided_decoding_backend: str,
215215

216216
def create_py_executor(
217217
llm_args: TorchLlmArgs,
218-
checkpoint_dir: str = None,
218+
checkpoint_dir: Optional[str] = None,
219219
tokenizer: Optional[TokenizerBase] = None,
220220
profiling_stage_data: Optional[dict] = None,
221221
) -> PyExecutor:

0 commit comments

Comments
 (0)