Skip to content

Commit

Permalink
Fixes the argument for local_tokenizer_group
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Mar 31, 2024
1 parent 563c1d7 commit 8a628f0
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 8a628f0

Please sign in to comment.