Skip to content

Commit d93a2dd

Browse files
authored
Fix kwarg name (#2691)
1 parent 0d0583a commit d93a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/llmapi/llm_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def __post_init__(self):
485485
else:
486486
self.tokenizer = tokenizer_factory(
487487
self.tokenizer,
488-
rust_remote_code=self.trust_remote_code,
488+
trust_remote_code=self.trust_remote_code,
489489
use_fast=self.tokenizer_mode != 'slow')
490490

491491
if torch.cuda.get_device_properties(0).major < 8:

0 commit comments

Comments
 (0)