Add documentation for LlamaCpp#9
Merged
geoalgo merged 4 commits intoOpenEuroLLM:mainfrom Feb 20, 2026
Merged
Conversation
ErlisLushtaku
commented
Feb 15, 2026
geoalgo
reviewed
Feb 16, 2026
Collaborator
geoalgo
left a comment
There was a problem hiding this comment.
Thanks LGTM, only have a small comment about the gitignore.
.gitignore
Outdated
| .venv | ||
|
|
||
| # Evaluation data and results | ||
| models/ |
Collaborator
There was a problem hiding this comment.
If I am not mistaken files should be written at $OPENJURY_EVAL_DATA in particular openjury-eval-data/ which defaults to ~/openjury-eval-data/ so it should not be in the gitignore?
Regarding models/ and results/ I would also remove them given that they are only related to the llamacpp example.
Collaborator
Author
There was a problem hiding this comment.
Reverted the changes to .gitignore in this commit.
I was using openjury-eval-data inside the project directory for easier inspection, that's why I added it in gitignore, but makes sense to not add it since it is specific to this setup 👍 .
ErlisLushtaku
commented
Feb 17, 2026
8cf3c4b to
5832529
Compare
geoalgo
approved these changes
Feb 17, 2026
c62d09e to
5832529
Compare
geoalgo
approved these changes
Feb 18, 2026
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
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.
Description
llama-cpp-python>=0.3.0Other: