Skip to content

Commit 154a8dc

Browse files
committed
update
1 parent 326d5b6 commit 154a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/python/transformers/test_mha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ def test_all(self):
892892
# Run tests sequentially to avoid out of memory issue.
893893
self.run_mha_cpu()
894894
self.run_mha_cuda()
895-
self.run_lean_attention()
895+
# self.run_lean_attention()
896896
self.run_mha_cuda_multi_threading_default()
897897
self.run_mha_cuda_multi_threading_cudnn()
898898
self.run_mha_cuda_multi_threading_efficient()

0 commit comments

Comments
 (0)