Skip to content

Commit 222df6e

Browse files
committed
Fix building of mtmd
Signed-off-by: Dennis Keck <[email protected]>
1 parent 7499765 commit 222df6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama-cpp-sys-2/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ fn main() {
271271
.allowlist_function("ggml_.*")
272272
.allowlist_type("ggml_.*")
273273
.allowlist_function("llama_.*")
274+
.allowlist_type("llama_.*")
274275
.allowlist_function("mtmd_.*")
275276
.allowlist_type("mtmd_.*")
276277
.prepend_enum_name(false);

0 commit comments

Comments
 (0)