Skip to content

Commit

Permalink
fix: pull python
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed May 27, 2024
1 parent 2c2b4bf commit 861e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(cortex-cpp C CXX)

include(engines/cortex.llamacpp/engine.cmake)
if(NOT LLAMA_CUDA)
if(NOT LLAMA_CUDA AND (LLAMA_AVX2 OR APPLE))
include(engines/cortex.python/engine.cmake)
endif()
include(CheckIncludeFileCXX)
Expand Down

0 comments on commit 861e754

Please sign in to comment.