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
4be72b6f
Unverified
Commit
4be72b6f
authored
Jan 13, 2026
by
Qi Wang
Committed by
GitHub
Jan 13, 2026
Browse files
fix: test_consolidator_router_e2e trtllm import failure (#5404)
parent
dfc0377a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
pyproject.toml
pyproject.toml
+8
-0
No files found.
pyproject.toml
View file @
4be72b6f
...
...
@@ -185,6 +185,14 @@ filterwarnings = [
'ignore:Field name "schema" in "ResponseFormat" shadows an attribute in parent:UserWarning'
,
# pytest-benchmark automatically disables when xdist is active, ignore the warning
"ignore:.*Benchmarks are automatically disabled.*:pytest_benchmark.logger.PytestBenchmarkWarning"
,
################################################################################################
# TRT-LLM
################################################################################################
# torchao deprecation warnings for import path changes (see https://github.com/pytorch/ao/issues/2752)
"ignore:Importing.*torchao
\\
.dtypes.*:DeprecationWarning"
,
# nvidia-modelopt warning about transformers version incompatibility
"ignore:transformers version .* is incompatible with nvidia-modelopt.*:UserWarning"
,
]
...
...
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