Initial release

This commit is contained in:
civ
2026-08-16 18:33:03 +07:00
commit 7ade4e1152
1966 changed files with 412966 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# sam
set(TEST_TARGET sam)
add_executable(${TEST_TARGET} sam.cpp)
target_link_libraries(${TEST_TARGET} PRIVATE ggml common)
#
# sam-quantize
#set(TEST_TARGET sam-quantize)
#add_executable(${TEST_TARGET} quantize.cpp)
#target_link_libraries(${TEST_TARGET} PRIVATE ggml common)