CMakeLists.txt 282 B

12345678910111213
  1. #
  2. # sam
  3. set(TEST_TARGET sam)
  4. add_executable(${TEST_TARGET} main.cpp)
  5. target_link_libraries(${TEST_TARGET} PRIVATE ggml common)
  6. #
  7. # sam-quantize
  8. #set(TEST_TARGET sam-quantize)
  9. #add_executable(${TEST_TARGET} quantize.cpp)
  10. #target_link_libraries(${TEST_TARGET} PRIVATE ggml common)