Skip to content

Commit

Permalink
[BugFix] Pass tokenizer_config to local_tokenizer_group (vllm-project…
Browse files Browse the repository at this point in the history
…#3754)

Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored and joerunde committed Apr 11, 2024
1 parent 5341b9d commit 43040a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self, tokenizer_id: str, enable_lora: bool, max_num_seqs: int,
enable_lora=enable_lora,
max_num_seqs=max_num_seqs,
max_input_length=max_input_length,
**tokenizer_config,
)

ray_tokenizer_group_cls = ray.remote(
Expand Down

0 comments on commit 43040a9

Please sign in to comment.