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
d150e4f8
Unverified
Commit
d150e4f8
authored
Apr 16, 2024
by
Cade Daniel
Committed by
GitHub
Apr 16, 2024
Browse files
[Misc] [CI] Fix CI failure caught after merge (#4126)
parent
e95cd879
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/executor/gpu_executor.py
vllm/executor/gpu_executor.py
+2
-0
No files found.
vllm/executor/gpu_executor.py
View file @
d150e4f8
...
...
@@ -68,6 +68,7 @@ class GPUExecutor(ExecutorBase):
scheduler_config
=
self
.
scheduler_config
,
device_config
=
self
.
device_config
,
cache_config
=
self
.
cache_config
,
load_config
=
self
.
load_config
,
local_rank
=
0
,
rank
=
0
,
distributed_init_method
=
distributed_init_method
,
...
...
@@ -82,6 +83,7 @@ class GPUExecutor(ExecutorBase):
scheduler_config
=
self
.
scheduler_config
,
device_config
=
self
.
device_config
,
cache_config
=
self
.
cache_config
,
load_config
=
self
.
load_config
,
local_rank
=
0
,
rank
=
0
,
distributed_init_method
=
distributed_init_method
,
...
...
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