1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 10:25:40 +03:00

feat(server): upgrade llama.cpp to b3322 release; node-llama-cpp to node-llama-cpp

This commit is contained in:
louistiti 2024-07-07 15:51:34 +08:00
parent dcda888de6
commit c21051b9a7
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
"getos": "3.2.1",
"googleapis": "67.1.1",
"ibm-watson": "6.1.1",
"node-llama-cpp": "3.0.0-beta.36",
"node-llama-cpp": "3.0.0-beta.37",
"node-wav": "0.0.2",
"os-name": "4.0.1",
"pretty-bytes": "5.6.0",

View File

@ -312,7 +312,7 @@ export const LLM_HF_DOWNLOAD_URL = NetworkHelper.setHuggingFaceURL(
/**
* @see llama.cpp releases: https://github.com/ggerganov/llama.cpp/releases
*/
export const LLM_LLAMA_CPP_RELEASE_TAG = 'b3267'
export const LLM_LLAMA_CPP_RELEASE_TAG = 'b3322'
/**
* Misc