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
16c3e295
Unverified
Commit
16c3e295
authored
Jul 20, 2023
by
Massimiliano Pronesti
Committed by
GitHub
Jul 19, 2023
Browse files
fix(ray_utils): ignore re-init error (#465)
parent
bda41c70
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 @
16c3e295
...
...
@@ -44,7 +44,7 @@ def initialize_cluster(
"Ray is not installed. Please install Ray to use distributed "
"serving."
)
# Connect to a ray cluster.
ray
.
init
(
address
=
ray_address
)
ray
.
init
(
address
=
ray_address
,
ignore_reinit_error
=
True
)
if
not
parallel_config
.
worker_use_ray
:
# Initialize cluster locally.
...
...
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