You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/08/22 12:14:34 UTC

[tvm] branch ci-docker-staging updated (52f5c155f1 -> 1c42d5e5e6)

This is an automated email from the ASF dual-hosted git repository.

leandron pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 52f5c155f1 Apply transformers fix.
 discard 93c88ca603 Apply ONNX fix
 discard 231854d1d2 [CI] Update Docker image tags to 20220817-102754-01a1034ccp
     new 341d8dbac7 [CI] Update Docker image tags to 20220822-105603-52f5c155f
     new 4b66fb99f6 Apply ONNX fix
     new 1c42d5e5e6 Apply transformers fix.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (52f5c155f1)
            \
             N -- N -- N   refs/heads/ci-docker-staging (1c42d5e5e6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile               | 22 +++++++++++-----------
 ci/jenkins/Jenkinsfile.j2 | 20 ++++++++++----------
 2 files changed, 21 insertions(+), 21 deletions(-)


[tvm] 02/03: Apply ONNX fix

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 4b66fb99f6fd54816c8a50525745b16f2b20933c
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Mon Aug 22 11:52:27 2022 +0100

    Apply ONNX fix
    
    Change-Id: I1f5dd944e72964cf91245dec452250d6d4d0739a
---
 tests/python/driver/tvmc/test_frontends.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python/driver/tvmc/test_frontends.py b/tests/python/driver/tvmc/test_frontends.py
index 1e6efb4a3b..0cd02181ac 100644
--- a/tests/python/driver/tvmc/test_frontends.py
+++ b/tests/python/driver/tvmc/test_frontends.py
@@ -169,7 +169,7 @@ def verify_load_model__onnx(model, **kwargs):
 def test_load_model__onnx(onnx_resnet50):
     # some CI environments wont offer onnx, so skip in case it is not present
     pytest.importorskip("onnx")
-    tvmc_model = verify_load_model__onnx(onnx_resnet50)
+    tvmc_model = verify_load_model__onnx(onnx_resnet50, freeze_params=False)
     # check whether one known value is part of the params dict
     assert "resnetv24_batchnorm0_gamma" in tvmc_model.params.keys()
     tvmc_model = verify_load_model__onnx(onnx_resnet50, freeze_params=True)


[tvm] 03/03: Apply transformers fix.

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 1c42d5e5e657ab7ed335fa2d5d84c4c052f2d30a
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Mon Aug 22 11:53:27 2022 +0100

    Apply transformers fix.
    
    Change-Id: Id96272f8bc7a10a8389307ab8247d0ffa595b7c4
---
 tests/python/unittest/test_meta_schedule_integration.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/python/unittest/test_meta_schedule_integration.py b/tests/python/unittest/test_meta_schedule_integration.py
index 50456dfd24..afce19a590 100644
--- a/tests/python/unittest/test_meta_schedule_integration.py
+++ b/tests/python/unittest/test_meta_schedule_integration.py
@@ -108,6 +108,10 @@ def test_meta_schedule_integration_extract_from_resnet():
 
 @requires_torch
 def test_meta_schedule_integration_extract_from_bert_base():
+    pytest.importorskip(
+        "transformers", reason="transformers package is required to import bert_base"
+    )
+
     expected = {
         "fused_nn_dense_2": (
             12,


[tvm] 01/03: [CI] Update Docker image tags to 20220822-105603-52f5c155f

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 341d8dbac7b466f8a0e0dbbfbf494857fcb86feb
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Wed Aug 17 13:54:39 2022 +0100

    [CI] Update Docker image tags to 20220822-105603-52f5c155f
    
    This change updates TensorFlow/TFLite to 2.9 and adds
    Python dependencies such as ONNX and PyTorch to the
    ci_arm environment.
    
    As a requirement to build TFLite, it also updates CMake
    to 3.22.
    
    Change-Id: I84bdf2cc30012151047cb61a701033b580474782
---
 Jenkinsfile               | 22 +++++++++++-----------
 ci/jenkins/Jenkinsfile.j2 | 20 ++++++++++----------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 15cd4927d0..41d8ab741f 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,20 +45,20 @@
 // 'python3 jenkins/generate.py'
 // Note: This timestamp is here to ensure that updates to the Jenkinsfile are
 // always rebased on main before merging:
-// Generated at 2022-08-15T16:55:31.189354
+// Generated at 2022-08-22T13:13:50.117243
 
 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = 'tlcpack/ci-lint:20220810-060142-fae79bbc3'
-ci_gpu = 'tlcpack/ci-gpu:20220810-060142-fae79bbc3'
-ci_cpu = 'tlcpack/ci-cpu:20220810-060142-fae79bbc3'
-ci_minimal = 'tlcpack/ci-minimal:20220725-133226-d3cefdaf1'
-ci_wasm = 'tlcpack/ci-wasm:20220810-060142-fae79bbc3'
-ci_i386 = 'tlcpack/ci-i386:20220810-060142-fae79bbc3'
-ci_cortexm = 'tlcpack/ci-cortexm:20220810-060142-fae79bbc3'
-ci_arm = 'tlcpack/ci-arm:20220810-060142-fae79bbc3'
-ci_hexagon = 'tlcpack/ci-hexagon:20220810-060142-fae79bbc3'
-ci_riscv = 'tlcpack/ci-riscv:20220810-060142-fae79bbc3'
+ci_lint = 'tlcpackstaging/ci_lint:20220822-105603-52f5c155f'
+ci_gpu = 'tlcpackstaging/ci_gpu:20220822-105603-52f5c155f'
+ci_cpu = 'tlcpackstaging/ci_cpu:20220822-105603-52f5c155f'
+ci_minimal = 'tlcpackstaging/ci_minimal:20220822-105603-52f5c155f'
+ci_wasm = 'tlcpackstaging/ci_wasm:20220822-105603-52f5c155f'
+ci_i386 = 'tlcpackstaging/ci_i386:20220822-105603-52f5c155f'
+ci_cortexm = 'tlcpackstaging/ci_cortexm:20220822-105603-52f5c155f'
+ci_arm = 'tlcpackstaging/ci_arm:20220822-105603-52f5c155f'
+ci_hexagon = 'tlcpackstaging/ci_hexagon:20220822-105603-52f5c155f'
+ci_riscv = 'tlcpackstaging/ci_riscv:20220822-105603-52f5c155f'
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images
diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2
index 4960d4f0fa..8b59614562 100644
--- a/ci/jenkins/Jenkinsfile.j2
+++ b/ci/jenkins/Jenkinsfile.j2
@@ -51,16 +51,16 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 {% import 'ci/jenkins/macros.j2' as m with context -%}
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = 'tlcpack/ci-lint:20220810-060142-fae79bbc3'
-ci_gpu = 'tlcpack/ci-gpu:20220810-060142-fae79bbc3'
-ci_cpu = 'tlcpack/ci-cpu:20220810-060142-fae79bbc3'
-ci_minimal = 'tlcpack/ci-minimal:20220725-133226-d3cefdaf1'
-ci_wasm = 'tlcpack/ci-wasm:20220810-060142-fae79bbc3'
-ci_i386 = 'tlcpack/ci-i386:20220810-060142-fae79bbc3'
-ci_cortexm = 'tlcpack/ci-cortexm:20220810-060142-fae79bbc3'
-ci_arm = 'tlcpack/ci-arm:20220810-060142-fae79bbc3'
-ci_hexagon = 'tlcpack/ci-hexagon:20220810-060142-fae79bbc3'
-ci_riscv = 'tlcpack/ci-riscv:20220810-060142-fae79bbc3'
+ci_lint = 'tlcpackstaging/ci_lint:20220822-105603-52f5c155f'
+ci_gpu = 'tlcpackstaging/ci_gpu:20220822-105603-52f5c155f'
+ci_cpu = 'tlcpackstaging/ci_cpu:20220822-105603-52f5c155f'
+ci_minimal = 'tlcpackstaging/ci_minimal:20220822-105603-52f5c155f'
+ci_wasm = 'tlcpackstaging/ci_wasm:20220822-105603-52f5c155f'
+ci_i386 = 'tlcpackstaging/ci_i386:20220822-105603-52f5c155f'
+ci_cortexm = 'tlcpackstaging/ci_cortexm:20220822-105603-52f5c155f'
+ci_arm = 'tlcpackstaging/ci_arm:20220822-105603-52f5c155f'
+ci_hexagon = 'tlcpackstaging/ci_hexagon:20220822-105603-52f5c155f'
+ci_riscv = 'tlcpackstaging/ci_riscv:20220822-105603-52f5c155f'
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images