From fc5b6e1337a4c678b328047a58495d2e5ad83092 Mon Sep 17 00:00:00 2001 From: humu789 <88702197+humu789@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:23:02 +0800 Subject: [PATCH] [CI] Update ci to torch1.13 (#380) update ci to torch1.13 --- .github/workflows/build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d15599f2..e00ed24c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: python-version: [3.7] - torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0] + torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0] include: - torch: 1.6.0 torch_version: 1.6 @@ -76,6 +76,13 @@ jobs: torch_version: 1.12 torchvision: 0.13.0 python-version: 3.8 + - torch: 1.13.0 + torch_version: 1.13 + torchvision: 0.14.0 + - torch: 1.13.0 + torch_version: 1.13 + torchvision: 0.14.0 + python-version: 3.8 steps: - uses: actions/checkout@v2