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 0d0583a commit d93a2ddCopy full SHA for d93a2dd
tensorrt_llm/llmapi/llm_utils.py
@@ -485,7 +485,7 @@ def __post_init__(self):
485
else:
486
self.tokenizer = tokenizer_factory(
487
self.tokenizer,
488
- rust_remote_code=self.trust_remote_code,
+ trust_remote_code=self.trust_remote_code,
489
use_fast=self.tokenizer_mode != 'slow')
490
491
if torch.cuda.get_device_properties(0).major < 8:
0 commit comments