"tests/fixtures/custom_pipeline/pipeline.py" did not exist on "6b275fca49e826f60f8962b829f4a09ecd1e0810"
CMakeLists.txt 237 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
5
set(TARGET llama-retrieval)
add_executable(${TARGET} retrieval.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)