add_subdirectory(llama.cpp)

find_package(OpenVINO)
if (OpenVINO_FOUND)
    message("found openvino")
    add_subdirectory(openvino)
endif()

