Skip to content

Commit 24991ab

Browse files
Merge commit '2ffbf7f476d99b6fc3db71480b49d221c602e071' into develop
2 parents 98d7ce5 + 2ffbf7f commit 24991ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/composablekernel/Dockerfile.aiter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_DOCKER="rocm/pytorch:latest"
22
FROM $BASE_DOCKER
33
ARG AITER_BRANCH="main"
44
ARG CK_AITER_BRANCH="develop"
5-
RUN pip install pandas zmq einops ninja && \
5+
RUN pip install pandas zmq einops ninja tabulate && \
66
pip install numpy==1.26.2 && \
77
sudo mkdir /home/jenkins && \
88
sudo mkdir /home/jenkins/workspace && \

projects/composablekernel/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def run_aiter_tests(Map conf=[:]){
10461046
sh "rocminfo"
10471047
sh "python3 --version"
10481048
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8.py"
1049-
//sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8_blockscale.py" //temporarily disable
1049+
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8_blockscale.py"
10501050
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha.py"
10511051
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha_varlen.py"
10521052
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_moe.py"

0 commit comments

Comments
 (0)