This repository was archived by the owner on Jul 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 181
feat: use llama.cpp server #2128
Merged
Merged
Changes from 34 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
cc2e093
feat: use llama.cpp server
sangjanai 70caa83
Merge branch 'dev' of https://github.com/janhq/cortex.cpp into s/feat…
sangjanai 0968abe
chore: cleanup
sangjanai 668af84
Merge branch 'dev' of https://github.com/janhq/cortex.cpp into s/feat…
sangjanai 219d460
feat: OAI
sangjanai bb5cc35
Merge branch 'dev' of https://github.com/janhq/cortex.cpp into s/feat…
sangjanai 8c4ca06
fix: wait for child process up
sangjanai 220a974
Merge branch 'dev' of https://github.com/janhq/cortex.cpp into s/feat…
sangjanai 0f2fa6e
chore: cleanup
sangjanai 6dd7f7c
chore: cleanup
sangjanai bc92732
chore: fix unit tests
sangjanai 5a68356
Merge branch 's/feat/spawn-llama-cpp' of https://github.com/janhq/cor…
sangjanai 7c4d964
chore: cleanup
sangjanai 1e5beaf
chore: cleanup
sangjanai b7b772b
fix: unit tests
sangjanai 7c66135
fix: e2e tests
sangjanai af28b07
Merge branch 's/feat/spawn-llama-cpp' of https://github.com/janhq/cor…
sangjanai 4705a1b
chore: cleanup
sangjanai 6454eca
fix: e2e tests
sangjanai efe5a08
fix: validation
sangjanai a2886d2
fix: change GH user agent
sangjanai cf1a2ca
chore: cleanup
sangjanai 282aae3
chore: fix unit tests
sangjanai e3dfea3
fix: e2e tests
sangjanai 7438f94
fix: validation
sangjanai bf16c81
fix: change GH user agent
sangjanai f7cb0ae
chore: windows patch
vansangpfiev 886222d
fix: windows
vansangpfiev 87b2aa4
chore: log
vansangpfiev 6d0215d
Merge branch 'dev' of https://github.com/menloresearch/cortex.cpp int…
sangjanai f866d5f
fix: handle macos 12 variants
sangjanai 3d0b847
Merge branch 's/feat/spawn-llama-cpp' of https://github.com/menlorese…
sangjanai 18e958e
Merge branch 'dev' of https://github.com/menloresearch/cortex.cpp int…
sangjanai de0de94
chore: e2e tests
sangjanai b783b22
chore: major version macos
sangjanai 7832a5a
fix: windows e2e tests
vansangpfiev 86cc89c
Merge branch 's/feat/spawn-llama-cpp' of github.com:janhq/nitro into …
vansangpfiev 1c1146f
fix: engine list
sangjanai 7487304
fix: macos filter
sangjanai 1e99861
chore: skips some tests for linux arm
sangjanai 70adc6e
fix: terminate process windows
vansangpfiev 9846ad8
chore: release CIs (#2171)
vansangpfiev aba833e
fix: remove v in the llama-engine wget
sangjanai b239378
fix: add start time for model
sangjanai ca2180c
Merge branch 'dev' of https://github.com/menloresearch/cortex.cpp int…
sangjanai 8ce2ac6
Merge branch 'dev' into s/feat/spawn-llama-cpp
vansangpfiev 5f36501
chore: quality gate
sangjanai 300f368
Merge branch 'dev' into s/feat/spawn-llama-cpp
vansangpfiev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,5 @@ | ||
| #pragma once | ||
|
|
||
| #pragma once | ||
|
|
||
| #include <functional> | ||
| #include <memory> | ||
|
|
||
|
|
||
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.