From c47feb4cead248fb621fe4188b4d319e57f70eca Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Thu, 25 Jul 2024 12:19:38 +0900 Subject: [PATCH 1/2] upgrade tvm to 0.17.0 --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5ce2d9a1..b184710f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -26,7 +26,7 @@ jobs: os: [ubuntu-22.04, macos-12, windows-2022] python-version: ['3.9', '3.10', '3.11'] env: - TVM_VERSION_TAG: v0.16.0 + TVM_VERSION_TAG: v0.17.0 PYTORCH_VERSION: 2.2.0 LLVM_VERSION: 14 From 144ef92afc25cb9fb27909023e7efdf1cd5ca8d8 Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Thu, 25 Jul 2024 20:41:25 +0900 Subject: [PATCH 2/2] re-run ci