-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync release 0.5.13 into dev #4408
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…on some Intel machines
…intel-machines fix: bump llama.cpp engine hotfix version to address model load issue on some MacOS Intel machines
…ption fix: should not disable Vulkan support option
…nsion-settings chore: add cpu_threads settings in cortex extension
* fux: send event opt out from button deny * chore: fix copy * chore: update placeholder
…rt-when-users-create-new-thread fix: max_tokens revert back to 8192 automatically when creating a new thread
urmauur
approved these changes
Jan 6, 2025
Barecheck - Code coverage reportTotal: 68.61%Your code coverage diff: 0.00% ▴ Uncovered files and lines
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 syncs the latest changes from the hotfix release 0.5.13 into the dev branch
Changes made
This pull request includes various updates to the
inference-cortex-extension
and some minor fixes in the web application. The most important changes involve updating the engine version, adding a new setting for CPU threads, and fixing a parameter name in the web hooks.Updates to
inference-cortex-extension
:ENGINE_VERSION
to0.1.42-hotfix
indownload.bat
,download.sh
, androllup.config.ts
to ensure the correct version is used for downloads and configurations. [1] [2] [3]cpu_threads
indefault_settings.json
to allow specifying the number of CPU threads to use.Settings
enum andJanInferenceCortexExtension
class inindex.ts
to include and handle the newcpu_threads
setting. [1] [2] [3] [4] [5]Fixes in the web application:
token_limit
tomax_tokens
inuseCreateNewThread.ts
to ensure the correct parameter is used.Settings/Advanced/index.tsx
for better compatibility with non-Mac systems.