Skip to content

Commit 76cbe37

Browse files
committed
Introduce mbedtls
1 parent 05fa4f3 commit 76cbe37

File tree

193 files changed

+98208
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+98208
-0
lines changed

llamafile/BUILD.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ o/$(MODE)/llamafile/tokenize: \
4444
o/$(MODE)/llamafile/tokenize.o \
4545
o/$(MODE)/llama.cpp/llama.cpp.a \
4646

47+
o/$(MODE)/llamafile/curl: \
48+
o/$(MODE)/llamafile/curl.o \
49+
o/$(MODE)/llama.cpp/llama.cpp.a \
50+
o/$(MODE)/third_party/mbedtls/mbedtls.a \
51+
4752
.PHONY: o/$(MODE)/llamafile
4853
o/$(MODE)/llamafile: \
4954
$(LLAMAFILE_OBJS) \

0 commit comments

Comments
 (0)