Skip to content

Commit 3e44db1

Browse files
authored
[Infra][nvbugs/5370968] - Unwaive l0 test (#5750)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent b0354ef commit 3e44db1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unittest/_torch/multi_gpu_modeling/test_deepseek.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def similar(a, b, threshold=0.9):
1818
return SequenceMatcher(None, a, b).ratio() >= threshold
1919

2020

21-
@pytest.mark.skip(reason="https://nvbugs/5370968")
2221
@pytest.mark.parametrize("model_name", ["DeepSeek-V3-Lite"],
2322
ids=["deepseekv3_lite"])
2423
@pytest.mark.parametrize("backend", ["TRTLLM"], ids=["trtllm"])

0 commit comments

Comments
 (0)