metal : remove old API (#4919)

ggml-ci
This commit is contained in:
Georgi Gerganov
2024-01-13 20:45:45 +02:00
committed by GitHub
parent 0ea069b87b
commit 4be5ef556d
7 changed files with 27 additions and 427 deletions

View File

@@ -37,9 +37,6 @@ else()
add_subdirectory(lookup)
add_subdirectory(train-text-from-scratch)
add_subdirectory(imatrix)
if (LLAMA_METAL)
add_subdirectory(metal)
endif()
if (LLAMA_BUILD_SERVER)
add_subdirectory(server)
endif()