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 0442d5b commit d7cb787Copy full SHA for d7cb787
mistralrs-pyo3/mistralrs.pyi
@@ -377,12 +377,12 @@ class Runner:
377
Send a request to make the specified adapters the active adapters for the model.
378
"""
379
380
- def tokenize_text(self, text: str, add_speial_tokens: bool) -> list[int]:
+ def tokenize_text(self, text: str, add_special_tokens: bool) -> list[int]:
381
382
Tokenize some text, returning raw tokens.
383
384
385
- def detokenize_text(self, tokens: list[int], skip_speial_tokens: bool) -> str:
+ def detokenize_text(self, tokens: list[int], skip_special_tokens: bool) -> str:
386
387
Detokenize some tokens, returning text.
388
0 commit comments