Skip to content

Commit

Permalink
bump llama.cpp to b3623
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Aug 26, 2024
1 parent 9d7b16f commit e2ea182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'v*'

env:
LLAMACPP_VERSION: b3617
LLAMACPP_VERSION: b3623
CMAKE_COMMON_JOBS: '-DGGML_STATIC=ON -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DBUILD_UNDREAMAI_SERVER=ON -DBUILD_SHARED_LIBS=OFF'
CMAKE_COMMON_DIR: -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=${{ github.workspace }}/build/libs -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=${{ github.workspace }}/build/libs

Expand Down

0 comments on commit e2ea182

Please sign in to comment.