File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,14 @@ if (LLAMA_BUILD)
101101
102102 llama_cpp_python_install_target(ggml-amx)
103103 llama_cpp_python_install_target(ggml-blas)
104- llama_cpp_python_install_target(ggml-can )
104+ llama_cpp_python_install_target(ggml-cann )
105105 llama_cpp_python_install_target(ggml-cpu)
106106 llama_cpp_python_install_target(ggml-cuda)
107107 llama_cpp_python_install_target(ggml-hip)
108108 llama_cpp_python_install_target(ggml-kompute)
109109 llama_cpp_python_install_target(ggml-metal)
110110 llama_cpp_python_install_target(ggml-musa)
111+ llama_cpp_python_install_target(ggml-opencl)
111112 llama_cpp_python_install_target(ggml-rpc)
112113 llama_cpp_python_install_target(ggml-sycl)
113114 llama_cpp_python_install_target(ggml-vulkan)
@@ -143,7 +144,7 @@ if (LLAMA_BUILD)
143144 endif ()
144145
145146 # Building llava
146- add_subdirectory (vendor/llama.cpp/examples /llava)
147+ add_subdirectory (vendor/llama.cpp/tools /llava)
147148 set_target_properties (llava_shared PROPERTIES OUTPUT_NAME "llava" )
148149
149150 if (WIN32 )
You can’t perform that action at this time.
0 commit comments