-
Notifications
You must be signed in to change notification settings - Fork 163
feat: use llama.cpp server #2128
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
Merged
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
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 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 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.json
to reflect new versions and naming conventions. [1] [2] [3] [4] [5]Code Refactoring:
IsSupported
method fromEngineI
class indocs/docs/engines/engine-extension.mdx
andengine/cortex-common/EngineI.h
for cleaner interface. [1] [2]New Functionality:
local-engine
inCMakeLists.txt
files to include new engine extension. [1] [2]engine/CMakeLists.txt
to copy necessary files post-build.Logging and Debugging:
engine/controllers/engines.cc
for better traceability of engine versions and variants during installation. [1] [2]Test Updates:
engine/e2e-test/api/engines
to use new version strings and variant names. [1] [2] [3] [4] [5] [6] [7] [8]Fixes Issues
cortex.llamacpp
with minimalist fork ofllama.cpp
#1728Self Checklist