"megatron/legacy/model/t5_model.py" did not exist on "13b3dca6db60f11b1d48924e0bc7ea9e7d5d83d1"
CMakeLists.txt 226 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
set(TARGET llama-cli)
mashun1's avatar
v1  
mashun1 committed
2
3
4
5
add_executable(${TARGET} main.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)