Skip to content

Commit f6591d5

Browse files
authored
Waive test_quantization.py NVbug 5170222
Signed-off-by: Fridah-nv <[email protected]>
1 parent eef1c71 commit f6591d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/auto_deploy/unit/singlegpu/transformations/library/test_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_quant_config(self):
5656
],
5757
)
5858
def test_quantization(quant_config, atol, rtol, num_p_og):
59-
# pytest.skip("https://nvbugspro.nvidia.com/bug/5170222")
59+
pytest.skip("https://nvbugspro.nvidia.com/bug/5170222")
6060
model = MLP(32, 64, 32).to(torch.float16).to("cuda")
6161
x = torch.randn(3, 32, dtype=torch.float16).to("cuda")
6262

0 commit comments

Comments
 (0)