Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 12cbd13

Browse files
committed
up
1 parent 66d90e1 commit 12cbd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/aoti.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENDIF()
1515

1616
find_package(CUDA)
1717

18-
find_package(Torch REQUIRED)
18+
find_package(Torch 2.4.0)
1919
if(Torch_FOUND)
2020
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g ${TORCH_CXX_FLAGS} -fpermissive")
2121

0 commit comments

Comments
 (0)