diff --git a/Jenkinsfile b/Jenkinsfile index c0efaa3b91..590ee92e90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -801,6 +801,7 @@ def run_aiter_tests(Map conf=[:]){ sh "python3 --version" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8.py" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8_blockscale.py" + sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha.py" } catch(e){ echo "Throwing error exception while running AITER tests"