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
c607a265
Unverified
Commit
c607a265
authored
Mar 20, 2025
by
Wang Ran (汪然)
Committed by
GitHub
Mar 20, 2025
Browse files
Fixing Imprecise Type Annotations (#15192)
parent
3d45e3d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/tokenizer_group/__init__.py
vllm/transformers_utils/tokenizer_group/__init__.py
+1
-1
No files found.
vllm/transformers_utils/tokenizer_group/__init__.py
View file @
c607a265
...
...
@@ -18,7 +18,7 @@ else:
def
init_tokenizer_from_configs
(
model_config
:
ModelConfig
,
scheduler_config
:
SchedulerConfig
,
parallel_config
:
ParallelConfig
,
lora_config
:
LoRAConfig
):
lora_config
:
Optional
[
LoRAConfig
]
):
init_kwargs
=
dict
(
tokenizer_id
=
model_config
.
tokenizer
,
enable_lora
=
bool
(
lora_config
),
max_num_seqs
=
scheduler_config
.
max_num_seqs
,
...
...
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