Skip to content

Commit bcb016c

Browse files
authored
Merge pull request #4498 from janhq/chore/bump-llamacpp-version
chore: bump llama.cpp to the latest version
2 parents 3cd4c98 + a2ca6a6 commit bcb016c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/inference-cortex-extension/download.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set BIN_PATH=./bin
33
set SHARED_PATH=./../../electron/shared
44
set /p CORTEX_VERSION=<./bin/version.txt
5-
set ENGINE_VERSION=0.1.42-hotfix
5+
set ENGINE_VERSION=0.1.49
66

77
@REM Download cortex.llamacpp binaries
88
set DOWNLOAD_URL=https://github.com/janhq/cortex.llamacpp/releases/download/v%ENGINE_VERSION%/cortex.llamacpp-%ENGINE_VERSION%-windows-amd64

extensions/inference-cortex-extension/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Read CORTEX_VERSION
44
CORTEX_VERSION=$(cat ./bin/version.txt)
5-
ENGINE_VERSION=0.1.42-hotfix
5+
ENGINE_VERSION=0.1.49
66
CORTEX_RELEASE_URL="https://github.com/janhq/cortex.cpp/releases/download"
77
ENGINE_DOWNLOAD_URL="https://github.com/janhq/cortex.llamacpp/releases/download/v${ENGINE_VERSION}/cortex.llamacpp-${ENGINE_VERSION}"
88
CUDA_DOWNLOAD_URL="https://github.com/janhq/cortex.llamacpp/releases/download/v${ENGINE_VERSION}"

extensions/inference-cortex-extension/rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default [
120120
SETTINGS: JSON.stringify(defaultSettingJson),
121121
CORTEX_API_URL: JSON.stringify('http://127.0.0.1:39291'),
122122
CORTEX_SOCKET_URL: JSON.stringify('ws://127.0.0.1:39291'),
123-
CORTEX_ENGINE_VERSION: JSON.stringify('v0.1.42-hotfix'),
123+
CORTEX_ENGINE_VERSION: JSON.stringify('v0.1.49'),
124124
}),
125125
// Allow json resolution
126126
json(),

0 commit comments

Comments
 (0)