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
dynamo
Commits
aeaf45f5
Unverified
Commit
aeaf45f5
authored
Mar 10, 2026
by
Hongkuan Zhou
Committed by
GitHub
Mar 10, 2026
Browse files
test: update unsupported model name after AIC increase coverage (#7161)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
09c09909
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
tests/profiler/configs/5b_rapid_unsupported_planner_throughput_error.yaml
...onfigs/5b_rapid_unsupported_planner_throughput_error.yaml
+1
-1
tests/profiler/test_profile_sla_dgdr.py
tests/profiler/test_profile_sla_dgdr.py
+1
-2
No files found.
tests/profiler/configs/5b_rapid_unsupported_planner_throughput_error.yaml
View file @
aeaf45f5
...
...
@@ -4,7 +4,7 @@
# Case 5b: AIC unsupported model, rapid, with planner + throughput scaling
# This should FAIL with a ValueError because throughput-based planner
# requires AIC support.
model
:
"
Qwen/Qwen3-32
B"
model
:
"
meta-llama/Llama-3.1-8
B"
backend
:
vllm
image
:
"
nvcr.io/nvidia/ai-dynamo/dynamo-frontend:latest"
hardware
:
...
...
tests/profiler/test_profile_sla_dgdr.py
View file @
aeaf45f5
...
...
@@ -155,7 +155,7 @@ class TestRapidSupported:
class
TestRapidUnsupported
:
"""Rapid strategy with AIC-unsupported model
(Qwen3-32B on l40s/vllm)
."""
"""Rapid strategy with AIC-unsupported model
/hardware combos
."""
@
pytest
.
mark
.
pre_merge
@
pytest
.
mark
.
gpu_0
...
...
@@ -178,7 +178,6 @@ class TestRapidUnsupported:
ops
=
_make_ops
(
tmp_path
)
asyncio
.
run
(
run_profile
(
dgdr
,
ops
))
@
pytest
.
mark
.
skip
(
reason
=
"Fails with latest AIC - OPS-3852"
)
@
pytest
.
mark
.
pre_merge
@
pytest
.
mark
.
gpu_0
def
test_planner_throughput_scaling_raises
(
self
,
tmp_path
):
...
...
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