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
981eeca4
Unverified
Commit
981eeca4
authored
Jun 24, 2025
by
amit
Committed by
GitHub
Jun 24, 2025
Browse files
[Fix][V1] Remove --scheduling-policy oracle (#20010)
Signed-off-by:
amit
<
amit.man@gmail.com
>
parent
26d34eb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
tests/v1/test_oracle.py
tests/v1/test_oracle.py
+0
-6
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+0
-5
No files found.
tests/v1/test_oracle.py
View file @
981eeca4
...
...
@@ -74,12 +74,6 @@ def test_unsupported_configs(monkeypatch):
disable_async_output_proc
=
True
,
).
create_engine_config
()
with
pytest
.
raises
(
NotImplementedError
):
AsyncEngineArgs
(
model
=
MODEL
,
scheduling_policy
=
"priority"
,
).
create_engine_config
()
with
pytest
.
raises
(
NotImplementedError
):
AsyncEngineArgs
(
model
=
MODEL
,
...
...
vllm/engine/arg_utils.py
View file @
981eeca4
...
...
@@ -1289,11 +1289,6 @@ class EngineArgs:
recommend_to_remove
=
True
)
return
False
if
self
.
scheduling_policy
!=
SchedulerConfig
.
policy
:
_raise_or_fallback
(
feature_name
=
"--scheduling-policy"
,
recommend_to_remove
=
False
)
return
False
if
self
.
num_scheduler_steps
!=
SchedulerConfig
.
num_scheduler_steps
:
_raise_or_fallback
(
feature_name
=
"--num-scheduler-steps"
,
recommend_to_remove
=
True
)
...
...
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