@@ -307,6 +307,7 @@ exclude = [
307307 " tensorrt_llm/_torch/attention_backend/flashinfer.py" ,
308308 " tensorrt_llm/_torch/attention_backend/interface.py" ,
309309 " tensorrt_llm/_torch/attention_backend/sparse/__init__.py" ,
310+ " tensorrt_llm/_torch/attention_backend/sparse/dsa.py" ,
310311 " tensorrt_llm/_torch/attention_backend/sparse/kernel.py" ,
311312 " tensorrt_llm/_torch/attention_backend/sparse/rocket.py" ,
312313 " tensorrt_llm/_torch/attention_backend/sparse/utils.py" ,
@@ -326,6 +327,7 @@ exclude = [
326327 " tensorrt_llm/_torch/compilation/recover_pass.py" ,
327328 " tensorrt_llm/_torch/compilation/remove_copy_pass.py" ,
328329 " tensorrt_llm/_torch/compilation/utils.py" ,
330+ " tensorrt_llm/_torch/configs/deepseek_v3.py" ,
329331 " tensorrt_llm/_torch/cublaslt_utils.py" ,
330332 " tensorrt_llm/_torch/custom_ops/__init__.py" ,
331333 " tensorrt_llm/_torch/custom_ops/cpp_custom_ops.py" ,
@@ -622,6 +624,7 @@ exclude = [
622624 " tensorrt_llm/functional.py" ,
623625 " tensorrt_llm/inputs/__init__.py" ,
624626 " tensorrt_llm/inputs/data.py" ,
627+ " tensorrt_llm/inputs/evs.py" ,
625628 " tensorrt_llm/inputs/multimodal.py" ,
626629 " tensorrt_llm/inputs/registry.py" ,
627630 " tensorrt_llm/inputs/utils.py" ,
@@ -1013,7 +1016,10 @@ exclude = [
10131016 " tests/scripts/iteration_log_parser.py" ,
10141017 " tests/scripts/perf-sanity/parse_benchmark_results.py" ,
10151018 " tests/scripts/perf-sanity/run_benchmark_serve.py" ,
1019+ " tests/unittest/_torch/attention/sparse/test_dsa_indexer.py" ,
1020+ " tests/unittest/_torch/attention/sparse/test_flash_mla.py" ,
10161021 " tests/unittest/_torch/attention/sparse/test_rocketkv.py" ,
1022+ " tests/unittest/_torch/attention/sparse/test_sparse_mla_forward.py" ,
10171023 " tests/unittest/_torch/attention/test_attention_mla.py" ,
10181024 " tests/unittest/_torch/attention/test_attention_no_cache.py" ,
10191025 " tests/unittest/_torch/attention/test_attention.py" ,
@@ -1080,8 +1086,10 @@ exclude = [
10801086 " tests/unittest/_torch/multimodal/test_share_multiparams.py" ,
10811087 " tests/unittest/_torch/pattern_watcher.py" ,
10821088 " tests/unittest/_torch/ray_orchestrator/conftest.py" ,
1089+ " tests/unittest/_torch/ray_orchestrator/multi_gpu/test_executor.py" ,
10831090 " tests/unittest/_torch/ray_orchestrator/multi_gpu/test_mapping.py" ,
10841091 " tests/unittest/_torch/ray_orchestrator/multi_gpu/test_ops_ray.py" ,
1092+ " tests/unittest/_torch/ray_orchestrator/multi_gpu/test_ops.py" ,
10851093 " tests/unittest/_torch/ray_orchestrator/multi_gpu/test_placement.py" ,
10861094 " tests/unittest/_torch/ray_orchestrator/single_gpu/test_cache_transceiver_comm.py" ,
10871095 " tests/unittest/_torch/sampler/test_beam_search.py" ,
@@ -1426,6 +1434,7 @@ exclude = [
14261434 " triton_backend/tools/whisper/client.py"
14271435]
14281436
1437+
14291438[tool .ruff .format ]
14301439# Like Black, respect magic trailing commas.
14311440skip-magic-trailing-comma = false
0 commit comments