From 2088807ebeebb54e2408a89191584cf38318b6d4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 6 May 2024 15:11:40 +0800 Subject: [PATCH] =?UTF-8?q?#=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake-local/onnx.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake-local/onnx.cmake b/cmake-local/onnx.cmake index 06d83d0..c8a4c30 100644 --- a/cmake-local/onnx.cmake +++ b/cmake-local/onnx.cmake @@ -1,3 +1,4 @@ +set(ONNX_VERSION "1.12.0") set(ONNX_URL "https://github.com/microsoft/onnxruntime/releases/download/v${ONNX_VERSION}/onnxruntime-linux-x64-${ONNX_VERSION}.tgz") set(URL_HASH "SHA256=5d503ce8540358b59be26c675e42081be14a3e833a5301926f555451046929c5") FetchContent_Declare(onnxruntime