Skip to content

Commit

Permalink
Fix kwarg name (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
topenkoff authored Jan 20, 2025
1 parent 0d0583a commit d93a2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorrt_llm/llmapi/llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def __post_init__(self):
else:
self.tokenizer = tokenizer_factory(
self.tokenizer,
rust_remote_code=self.trust_remote_code,
trust_remote_code=self.trust_remote_code,
use_fast=self.tokenizer_mode != 'slow')

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

0 comments on commit d93a2dd

Please sign in to comment.