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 1b49dc3 commit 8fb7a1cCopy full SHA for 8fb7a1c
CMakeLists.txt
@@ -449,6 +449,8 @@ add_library(ggml
449
ggml/src/ggml-cpu/ggml-cpu-quants.c
450
ggml/src/ggml-cpu/ggml-cpu-quants.h
451
ggml/src/ggml-backend-reg.cpp
452
+ ggml/include/gguf.h
453
+ ggml/src/gguf.cpp
454
${GGML_SOURCES_CUDA})
455
target_include_directories(ggml PUBLIC . ./ggml/include ./ggml/src ./ggml/src/ggml-cpu ./include ./otherarch ./otherarch/tools)
456
target_compile_features(ggml PUBLIC c_std_11) # don't bump
0 commit comments