mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 02:15:01 +08:00
[BugFix] Pass tokenizer_config to local_tokenizer_group (#3754)
Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
parent
b95047f2da
commit
294f8f6665
@ -51,6 +51,7 @@ class RayTokenizerGroupPool(BaseTokenizerGroup):
|
||||
enable_lora=enable_lora,
|
||||
max_num_seqs=max_num_seqs,
|
||||
max_input_length=max_input_length,
|
||||
**tokenizer_config,
|
||||
)
|
||||
|
||||
ray_tokenizer_group_cls = ray.remote(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user