From 9f61effdecfd9059c919aba80740bf2ab13c36e3 Mon Sep 17 00:00:00 2001 From: Jingwei Zhang Date: Mon, 10 Apr 2023 20:11:19 +0800 Subject: [PATCH] [CI] Fix the version error of torch (#2424) * fix torch version * pull request invoke * use torchvision1.13.1 * Revert "pull request invoke" This reverts commit 56e58edec5dc3fe13e6e195691aa14484b3e386b. --- .github/workflows/merge_stage_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 39b12564e1..7394caa882 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -73,8 +73,8 @@ jobs: torchvision: 0.11.2 - torch: 1.11.0 torchvision: 0.12.0 - - torch: 1.12.0 - torchvision: 0.13.0 + - torch: 1.12.1 + torchvision: 0.13.1 - torch: 1.13.0 torchvision: 0.14.0 - torch: 2.0.0