Skip to content

Commit

Permalink
feat: sync llama.cpp (#51)
Browse files Browse the repository at this point in the history
* feat: sync llama.cpp

* chore(example): update lockfile

* fix(cpp): add missing files
  • Loading branch information
jhen0409 authored Apr 25, 2024
1 parent 9879857 commit 0b8f9bb
Show file tree
Hide file tree
Showing 35 changed files with 34,419 additions and 3,416 deletions.
4 changes: 4 additions & 0 deletions android/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ set(
${RNLLAMA_LIB_DIR}/ggml-quants.c
${RNLLAMA_LIB_DIR}/common.cpp
${RNLLAMA_LIB_DIR}/grammar-parser.cpp
${RNLLAMA_LIB_DIR}/json.hpp
${RNLLAMA_LIB_DIR}/json-schema-to-grammar.cpp
${RNLLAMA_LIB_DIR}/sampling.cpp
${RNLLAMA_LIB_DIR}/unicode-data.cpp
${RNLLAMA_LIB_DIR}/unicode.cpp
${RNLLAMA_LIB_DIR}/llama.cpp
${RNLLAMA_LIB_DIR}/sgemm.cpp
${RNLLAMA_LIB_DIR}/rn-llama.hpp
${CMAKE_SOURCE_DIR}/jni.cpp
)
Expand Down
Loading

0 comments on commit 0b8f9bb

Please sign in to comment.