Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
294f8f66
Unverified
Commit
294f8f66
authored
Apr 04, 2024
by
Tao He
Committed by
GitHub
Apr 03, 2024
Browse files
[BugFix] Pass tokenizer_config to local_tokenizer_group (#3754)
Signed-off-by:
Tao He
<
sighingnow@gmail.com
>
parent
b95047f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/transformers_utils/tokenizer_group/ray_tokenizer_group.py
...transformers_utils/tokenizer_group/ray_tokenizer_group.py
+1
-0
No files found.
vllm/transformers_utils/tokenizer_group/ray_tokenizer_group.py
View file @
294f8f66
...
@@ -51,6 +51,7 @@ class RayTokenizerGroupPool(BaseTokenizerGroup):
...
@@ -51,6 +51,7 @@ class RayTokenizerGroupPool(BaseTokenizerGroup):
enable_lora
=
enable_lora
,
enable_lora
=
enable_lora
,
max_num_seqs
=
max_num_seqs
,
max_num_seqs
=
max_num_seqs
,
max_input_length
=
max_input_length
,
max_input_length
=
max_input_length
,
**
tokenizer_config
,
)
)
ray_tokenizer_group_cls
=
ray
.
remote
(
ray_tokenizer_group_cls
=
ray
.
remote
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment