Skip to content

Commit

Permalink
Sync with latest upstream source code + adapt to project structure ch…
Browse files Browse the repository at this point in the history
…ange (#77)

* sync with latest upstream source code

* v1.12.1
  • Loading branch information
ngxson authored Jun 27, 2024
1 parent 896c160 commit b847495
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)

set(COMMON_SRC actions.hpp
json.hpp
llama.cpp/llama.h)
llama.cpp/include/llama.h)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/llama.cpp/common)

Expand Down
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 395 files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wllama/wllama",
"version": "1.12.0",
"version": "1.12.1",
"description": "Low-level WASM binding for llama.cpp",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/multi-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/multi-thread/wllama.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/single-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/single-thread/wllama.wasm
Binary file not shown.

0 comments on commit b847495

Please sign in to comment.