"lib/protocols/src/messages.rs" did not exist on "268d017e24c145a514fd267fa976b6e55a01bc44"
Unverified Commit 4be72b6f authored by Qi Wang's avatar Qi Wang Committed by GitHub
Browse files

fix: test_consolidator_router_e2e trtllm import failure (#5404)

parent dfc0377a
......@@ -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",
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment