This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new 773620f267 [Unity][CI] Update CPU image to install PyTorch (#14848)
773620f267 is described below
commit 773620f26782fd05f60b745861c60912588e012c
Author: masahi <[email protected]>
AuthorDate: Sun May 14 15:48:09 2023 +0900
[Unity][CI] Update CPU image to install PyTorch (#14848)
Follow up to https://github.com/apache/tvm/pull/14842 to actually update
the image.
---
ci/jenkins/docker-images.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/jenkins/docker-images.ini b/ci/jenkins/docker-images.ini
index 6174aef8a4..f922658dc4 100644
--- a/ci/jenkins/docker-images.ini
+++ b/ci/jenkins/docker-images.ini
@@ -19,7 +19,7 @@
[jenkins]
ci_arm: tlcpackstaging/ci_arm:20230504-142417-4d37a0a0
ci_cortexm: tlcpackstaging/ci_cortexm:20230504-142417-4d37a0a0
-ci_cpu: tlcpackstaging/ci_cpu:20230504-142417-4d37a0a0
+ci_cpu: tlcpackstaging/ci_cpu:20230513-200357-e54bbc73
ci_gpu: tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0
ci_hexagon: tlcpackstaging/ci_hexagon:20230504-142417-4d37a0a0
ci_i386: tlcpackstaging/ci_i386:20230504-142417-4d37a0a0