From a87d2d2891c0c448495c1ca614dcd8f6e27bd59b Mon Sep 17 00:00:00 2001 From: nihuini Date: Fri, 25 Jul 2025 10:43:41 +0800 Subject: [PATCH] bump version --- .github/workflows/pnnx.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pnnx.yml b/.github/workflows/pnnx.yml index f356edd9b..988e2e937 100644 --- a/.github/workflows/pnnx.yml +++ b/.github/workflows/pnnx.yml @@ -21,11 +21,11 @@ permissions: contents: read env: - LIBTORCH_VERSION: 2.7.0 - TORCHVISION_VERSION: 0.22.0 + LIBTORCH_VERSION: 2.7.1 + TORCHVISION_VERSION: 0.22.1 PROTOBUF_VERSION: 21.12 - ONNXRUNTIME_VERSION: 1.21.1 - CACHE_DATE: 20250512 + ONNXRUNTIME_VERSION: 1.22.1 + CACHE_DATE: 20250723 SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15 jobs: