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
b2075619
Unverified
Commit
b2075619
authored
Feb 18, 2026
by
Hongkuan Zhou
Committed by
GitHub
Feb 18, 2026
Browse files
feat: planner argparse CLI -> config file (#6356)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
33d71102
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
tests/profiler/test_profile_sla_dryrun.py
tests/profiler/test_profile_sla_dryrun.py
+9
-6
No files found.
tests/profiler/test_profile_sla_dryrun.py
View file @
b2075619
...
...
@@ -18,12 +18,15 @@ import pytest
project_root
=
Path
(
__file__
).
parent
.
parent
.
parent
sys
.
path
.
insert
(
0
,
str
(
project_root
))
from
dynamo.profiler.profile_sla
import
run_profile
# noqa: E402
from
dynamo.profiler.utils.defaults
import
SearchStrategy
# noqa: E402
from
dynamo.profiler.utils.model_info
import
ModelInfo
# noqa: E402
from
dynamo.profiler.utils.search_space_autogen
import
(
# noqa: E402
try
:
from
dynamo.profiler.profile_sla
import
run_profile
# noqa: E402
from
dynamo.profiler.utils.defaults
import
SearchStrategy
# noqa: E402
from
dynamo.profiler.utils.model_info
import
ModelInfo
# noqa: E402
from
dynamo.profiler.utils.search_space_autogen
import
(
# noqa: E402
auto_generate_search_space
,
)
)
except
ImportError
as
_e
:
pytest
.
skip
(
f
"Skip testing (refactor in progress):
{
_e
}
"
,
allow_module_level
=
True
)
# Override the logger fixture from conftest.py to prevent directory creation
...
...
Prev
1
2
Next
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