Skip to content

Commit

Permalink
feat(server): upgrade node-llama-cpp to 3.0.0-beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Jun 30, 2024
1 parent 74241b4 commit a05f344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"getos": "3.2.1",
"googleapis": "67.1.1",
"ibm-watson": "6.1.1",
"node-llama-cpp": "3.0.0-beta.32",
"node-llama-cpp": "3.0.0-beta.34",
"node-wav": "0.0.2",
"os-name": "4.0.1",
"pretty-bytes": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion server/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'b3166'
export const LLM_LLAMA_CPP_RELEASE_TAG = 'b3265'

/**
* Misc
Expand Down

0 comments on commit a05f344

Please sign in to comment.