Skip to content

Commit ed7b2f5

Browse files
committed
[None][chore] Add specific test names for test_deepseek.py
Eaiser to track test names and bugs. Signed-off-by: Simeng Liu <[email protected]>
1 parent e81c50d commit ed7b2f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_lists/test-db/l0_dgx_h100.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ l0_dgx_h100:
7777
backend: pytorch
7878
auto_trigger: deepseek
7979
tests:
80-
- unittest/_torch/multi_gpu_modeling -k "deepseek"
80+
- unittest/_torch/multi_gpu_modeling/test_deepseek.py::test_deepseek_streaming[tp1-bf16-trtllm-deepseekv3_lite]
81+
- unittest/_torch/multi_gpu_modeling/test_deepseek.py::test_deepseek_streaming[tp4-bf16-trtllm-deepseekv3_lite]
8182
- unittest/_torch/modules/test_fused_moe.py::test_fused_moe_alltoall[DeepEP]
8283
- unittest/_torch/modules/test_fused_moe.py::test_fused_moe_alltoall[DeepEPLowLatency]
8384
- unittest/_torch/modules/test_fused_moe.py::test_fused_moe_w4afp8[MoEWeightLoadingMode.VANILLA-dtype0]

0 commit comments

Comments
 (0)