Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 3, 2025
1 parent 326d5b6 commit 154a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/python/transformers/test_mha.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def test_all(self):
# Run tests sequentially to avoid out of memory issue.
self.run_mha_cpu()
self.run_mha_cuda()
self.run_lean_attention()
# self.run_lean_attention()
self.run_mha_cuda_multi_threading_default()
self.run_mha_cuda_multi_threading_cudnn()
self.run_mha_cuda_multi_threading_efficient()
Expand Down

0 comments on commit 154a8dc

Please sign in to comment.