mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-19 06:25:15 -04:00
ggml : move CPU backend to a separate file (#10144)
This commit is contained in:
@@ -13,7 +13,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
if (EMSCRIPTEN)
|
||||
else()
|
||||
add_subdirectory(cvector-generator)
|
||||
add_subdirectory(baby-llama)
|
||||
add_subdirectory(batched-bench)
|
||||
add_subdirectory(batched)
|
||||
add_subdirectory(convert-llama2c-to-ggml)
|
||||
|
Reference in New Issue
Block a user