Skip to content

Commit ce5273c

Browse files
committed
Temporary Fix: Skip on H100
1 parent 6bf6caa commit ce5273c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/dtypes/test_affine_quantized_tensor_parallel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ class TestAffineQuantizedTensorParallel(TorchAOTensorParallelTestCase):
88

99
is_H100 = torch.cuda.is_available() and torch.cuda.get_device_capability() >= (9, 0)
1010

11-
if not is_H100:
12-
copy_tests(TorchAOTensorParallelTestCase, TestAffineQuantizedTensorParallel, "aqt_tp")
13-
else:
14-
print("Skipping TestAffineQuantizedTensorParallel because it doesn't run on H100")
11+
copy_tests(TorchAOTensorParallelTestCase, TestAffineQuantizedTensorParallel, "aqt_tp")
1512

1613
if __name__ == "__main__":
1714
if not is_H100:

0 commit comments

Comments
 (0)