8000 Add missing ggml dependency · hariag/llama-cpp-python@d1cb50b · GitHub
[go: up one dir, main page]

Skip to content

Commit d1cb50b

Browse files
committed
Add missing ggml dependency
1 parent cafa33e commit d1cb50b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if (LLAMA_BUILD)
7777
llama_cpp_python_install_target(ggml)
7878
llama_cpp_python_install_target(ggml-cpu)
7979
llama_cpp_python_install_target(ggml-base)
80+
llama_cpp_python_install_target(ggml-amx)
8081

8182
if (GGML_METAL)
8283
llama_cpp_python_install_target(ggml-metal)

0 commit comments

Comments
 (0)
0