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
e861f619
Unverified
Commit
e861f619
authored
Jan 22, 2026
by
Jason Zhou
Committed by
GitHub
Jan 22, 2026
Browse files
fix: TestProfileSlaAiconfigurator should use new framework versions (#5562)
parent
f366932a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
tests/profiler/test_profile_sla_aiconfigurator.py
tests/profiler/test_profile_sla_aiconfigurator.py
+3
-4
No files found.
tests/profiler/test_profile_sla_aiconfigurator.py
View file @
e861f619
...
@@ -128,12 +128,11 @@ class TestProfileSlaAiconfigurator:
...
@@ -128,12 +128,11 @@ class TestProfileSlaAiconfigurator:
"backend, aic_backend_version"
,
"backend, aic_backend_version"
,
[
[
(
"trtllm"
,
None
),
(
"trtllm"
,
None
),
(
"trtllm"
,
"0.20.0"
),
(
"trtllm"
,
"1.2.0rc5"
),
(
"trtllm"
,
"1.0.0rc3"
),
(
"vllm"
,
None
),
(
"vllm"
,
None
),
(
"vllm"
,
"0.1
1
.0"
),
(
"vllm"
,
"0.1
2
.0"
),
(
"sglang"
,
None
),
(
"sglang"
,
None
),
(
"sglang"
,
"0.5.
1
.post
1
"
),
(
"sglang"
,
"0.5.
6
.post
2
"
),
],
],
)
)
@
pytest
.
mark
.
parametrize
(
@
pytest
.
mark
.
parametrize
(
...
...
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