File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
extensions/inference-cortex-extension Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set BIN_PATH = ./bin
33set SHARED_PATH = ./../../electron/shared
44set /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
88set DOWNLOAD_URL = https://github.com/janhq/cortex.llamacpp/releases/download/v%ENGINE_VERSION% /cortex.llamacpp-%ENGINE_VERSION% -windows-amd64
Original file line number Diff line number Diff line change 22
33# Read CORTEX_VERSION
44CORTEX_VERSION=$( cat ./bin/version.txt)
5- ENGINE_VERSION=0.1.42-hotfix
5+ ENGINE_VERSION=0.1.49
66CORTEX_RELEASE_URL=" https://github.com/janhq/cortex.cpp/releases/download"
77ENGINE_DOWNLOAD_URL=" https://github.com/janhq/cortex.llamacpp/releases/download/v${ENGINE_VERSION} /cortex.llamacpp-${ENGINE_VERSION} "
88CUDA_DOWNLOAD_URL=" https://github.com/janhq/cortex.llamacpp/releases/download/v${ENGINE_VERSION} "
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments