We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75beb42 commit 6172c67Copy full SHA for 6172c67
cmake/download_onnxruntime.cmake
@@ -1,7 +1,7 @@
1
if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
2
3
set(DOWNLOAD_PATH "${CMAKE_BINARY_DIR}/_deps/downloads/onnxruntime.zip")
4
- set(EXTRACT_DIR "${CMAKE_BINARY_DIR}/_deps/downloads/onnxruntime")
+ set(EXTRACT_DIR "${CMAKE_BINARY_DIR}/onnxruntime")
5
6
message(NOTICE "Downloading onnxruntime: ${TRITON_ONNXRUNTIME_PACKAGE_URL}")
7
0 commit comments