Sync contents

This commit is contained in:
Daniel Xu 2026-01-25 05:52:42 +00:00
parent ad03d44978
commit ca40e08bb4
12 changed files with 358 additions and 27 deletions

View file

@ -110,3 +110,14 @@ async def compute_logprobs_async(
```
Async version of compute_logprobs.
#### `get_tokenizer`
```python
def get_tokenizer() -> PreTrainedTokenizer
```
Get the tokenizer for the current model.
Returns:
- `PreTrainedTokenizer` compatible with the model