From cb6616c49b75e90bc6ff4b95a442115982b02e47 Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Wed, 14 Aug 2024 16:04:38 +0900 Subject: [PATCH] pytorch 2.3.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 d59637b4..e692cf1e 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -27,7 +27,7 @@ jobs: python-version: ['3.9', '3.10', '3.11'] env: TVM_VERSION_TAG: v0.17.0 - PYTORCH_VERSION: 2.2.2 + PYTORCH_VERSION: 2.3.0 LLVM_VERSION: 18 steps: