Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
aee8ef66
Unverified
Commit
aee8ef66
authored
Jan 04, 2024
by
ljss
Committed by
GitHub
Jan 03, 2024
Browse files
Miner fix of type hint (#2340)
parent
2e0b6e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/ray_utils.py
vllm/engine/ray_utils.py
+1
-1
No files found.
vllm/engine/ray_utils.py
View file @
aee8ef66
...
@@ -55,7 +55,7 @@ def initialize_cluster(
...
@@ -55,7 +55,7 @@ def initialize_cluster(
parallel_config
:
ParallelConfig
,
parallel_config
:
ParallelConfig
,
engine_use_ray
:
bool
=
False
,
engine_use_ray
:
bool
=
False
,
ray_address
:
Optional
[
str
]
=
None
,
ray_address
:
Optional
[
str
]
=
None
,
)
->
Tuple
[
str
,
Optional
[
"PlacementGroup"
]
]
:
)
->
Optional
[
"PlacementGroup"
]:
"""Initialize the distributed cluster probably with Ray.
"""Initialize the distributed cluster probably with Ray.
Args:
Args:
...
...
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