We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafa33e commit d1cb50bCopy full SHA for d1cb50b
CMakeLists.txt
@@ -77,6 +77,7 @@ if (LLAMA_BUILD)
77
llama_cpp_python_install_target(ggml)
78
llama_cpp_python_install_target(ggml-cpu)
79
llama_cpp_python_install_target(ggml-base)
80
+ llama_cpp_python_install_target(ggml-amx)
81
82
if (GGML_METAL)
83
llama_cpp_python_install_target(ggml-metal)
0 commit comments