This repository was archived by the owner on Jul 4, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 182
feat: use llama.cpp server #2128
Merged
Merged
Conversation
This file contains hidden or 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
8350e2d to
0968abe
Compare
…/spawn-llama-cpp
|
Preview URL: https://be4cfec3.cortex-docs.pages.dev |
…/spawn-llama-cpp
…tex.cpp into s/feat/spawn-llama-cpp
b5b42ca to
7c4d964
Compare
…tex.cpp into s/feat/spawn-llama-cpp
qnixsynapse
reviewed
Mar 21, 2025
…s/feat/spawn-llama-cpp
* chore: release CIs * fix: cuda urls --------- Co-authored-by: sangjanai <sang@jan.ai>
…o s/feat/spawn-llama-cpp
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 pull request includes various updates and improvements across multiple files, focusing on version updates, code refactoring, and adding new functionality. The most important changes include updating version strings, refactoring code to use constants, and adding new engine support.
Version Updates:
docs/static/openapi/cortex.jsonto reflect new versions and naming conventions. [1] [2] [3] [4] [5]Code Refactoring:
IsSupportedmethod fromEngineIclass indocs/docs/engines/engine-extension.mdxandengine/cortex-common/EngineI.hfor cleaner interface. [1] [2]New Functionality:
local-engineinCMakeLists.txtfiles to include new engine extension. [1] [2]engine/CMakeLists.txtto copy necessary files post-build.Logging and Debugging:
engine/controllers/engines.ccfor better traceability of engine versions and variants during installation. [1] [2]Test Updates:
engine/e2e-test/api/enginesto use new version strings and variant names. [1] [2] [3] [4] [5] [6] [7] [8]Fixes Issues
cortex.llamacppwith minimalist fork ofllama.cpp#1728Self Checklist