This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5)
22project (cortex-cpp C CXX)
33
4- include (engines/cortex.llamacpp/engine.cmake)
4+ if (NOT CUDA_12_0 AND NOT CUDA_11_7)
5+ include (engines/cortex.llamacpp/engine.cmake)
6+ endif ()
57include (engines/cortex.python/engine.cmake)
68include (CheckIncludeFileCXX)
79
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ ifeq ($(OS),Windows_NT)
107107 @powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
108108 @powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
109109 @powershell -Command "ls; cd .\cortex-cpp\; rm *.txt; ls"
110- @powershell -Command "mkdir xxx; ls; cd .\cortex-cpp\engines; Move-Item -Path .\cortex.python -Destination ..\..\xxx" ; ls;"
110+ @powershell -Command "mkdir xxx; ls; cd .\cortex-cpp\engines; Move-Item -Path .\cortex.python -Destination ..\..\xxx; ls;"
111111 @powershell -Command "ls;"
112112else ifeq ($(shell uname -s),Linux)
113113 @cp -rf build/engines/cortex.python cortex-cpp/engines/; \
You can’t perform that action at this time.
0 commit comments