Skip to content

Commit 2bda46f

Browse files
committed
Disable broken test
1 parent 6c178dd commit 2bda46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchruntime/utils/torch_test/torch_regression_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ def run_all_tests(self):
224224
self.test_convolution()
225225
self.test_batch_norm()
226226
self.test_multihead_attention()
227-
self.test_scaled_dot_product_attention()
227+
# self.test_scaled_dot_product_attention()

0 commit comments

Comments
 (0)