chore: bump llama.cpp to the latest version #4498
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe Your Changes
This PR aims to bump llama.cpp engine to the latest version. The scope of this version bump is to support new DeepSeek R1 models, incorporating the latest fix from llama.cpp upstream.
Changes
This pull request updates the
ENGINE_VERSION
for the Cortex extension across multiple files to ensure consistency and compatibility with the latest release. The most important changes include updating the version in batch and shell scripts, as well as in the rollup configuration file.Version update:
extensions/inference-cortex-extension/download.bat
: UpdatedENGINE_VERSION
from0.1.42-hotfix
to0.1.49
to download the latest binaries.extensions/inference-cortex-extension/download.sh
: UpdatedENGINE_VERSION
from0.1.42-hotfix
to0.1.49
to download the latest binaries.extensions/inference-cortex-extension/rollup.config.ts
: UpdatedCORTEX_ENGINE_VERSION
fromv0.1.42-hotfix
tov0.1.49
to reflect the new version in the configuration.