Skip to content

Commit

Permalink
Introduce mbedtls
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Nov 29, 2024
1 parent 05fa4f3 commit 76cbe37
Show file tree
Hide file tree
Showing 193 changed files with 98,208 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llamafile/BUILD.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ o/$(MODE)/llamafile/tokenize: \
o/$(MODE)/llamafile/tokenize.o \
o/$(MODE)/llama.cpp/llama.cpp.a \

o/$(MODE)/llamafile/curl: \
o/$(MODE)/llamafile/curl.o \
o/$(MODE)/llama.cpp/llama.cpp.a \
o/$(MODE)/third_party/mbedtls/mbedtls.a \

.PHONY: o/$(MODE)/llamafile
o/$(MODE)/llamafile: \
$(LLAMAFILE_OBJS) \
Expand Down
Loading

0 comments on commit 76cbe37

Please sign in to comment.