CMakeLists.txt 462 Bytes
Newer Older
Li Zhang's avatar
Li Zhang committed
1
2
3
# Copyright (c) OpenMMLab. All rights reserved.

add_executable(llama_triton_example llama_triton_example.cc)
4
5
#target_link_libraries(llama_triton_example PUBLIC  -lcublas -lcublasLt -lcudart
target_link_libraries(llama_triton_example PUBLIC  -lcublas -lrocblas -lcudart
AllentDan's avatar
AllentDan committed
6
        LlamaTritonBackend TransformerTritonBackend mpi_utils nccl_utils
Chen Xin's avatar
Chen Xin committed
7
        nvtx_utils word_list -lpthread)
8
9

install(TARGETS llama_triton_example DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)