Skip to content

Commit 7ee7577

Browse files
committed
Add ggml-webgpu into CMakeLists.txt
1 parent f89cc69 commit 7ee7577

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
@@ -122,6 +122,7 @@ if (LLAMA_BUILD)
122122
llama_cpp_python_install_target(ggml-rpc)
123123
llama_cpp_python_install_target(ggml-sycl)
124124
llama_cpp_python_install_target(ggml-vulkan)
125+
llama_cpp_python_install_target(ggml-webgpu)
125126

126127
# Workaround for Windows + CUDA https://github.com/abetlen/llama-cpp-python/issues/563
127128
if (WIN32)

0 commit comments

Comments
 (0)