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.
LLAMA_METAL_EMBED_LIBRARY
1 parent ee35600 commit ecab1c7Copy full SHA for ecab1c7
CMakeLists.txt
@@ -208,7 +208,7 @@ if (LLAMA_METAL)
208
enable_language(ASM)
209
add_compile_definitions(GGML_METAL_EMBED_LIBRARY)
210
211
- set(METALLIB_SOURCE "${CMAKE_SOURCE_DIR}/ggml-metal.metal")
+ set(METALLIB_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/ggml-metal.metal")
212
file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/autogenerated")
213
set(EMBED_METALLIB_ASSEMBLY "${CMAKE_BINARY_DIR}/autogenerated/ggml-embed-metallib.s")
214
0 commit comments