We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eac744 commit 441edf1Copy full SHA for 441edf1
tests/unittest/_torch/multi_gpu_modeling/test_deepseek.py
@@ -17,6 +17,7 @@ def similar(a, b, threshold=0.9):
17
return SequenceMatcher(None, a, b).ratio() >= threshold
18
19
20
+@pytest.mark.skip(reason="https://nvbugs/5470782")
21
@pytest.mark.parametrize("model_name", ["DeepSeek-V3-Lite"],
22
ids=["deepseekv3_lite"])
23
@pytest.mark.parametrize("backend", ["TRTLLM"], ids=["trtllm"])
0 commit comments