Hri - llama.cpp - #964
Merged
Merged
Conversation
biweep863
marked this pull request as ready for review
May 14, 2026 01:04
GilMM27
requested changes
May 14, 2026
GilMM27
requested changes
May 21, 2026
GilMM27
left a comment
Contributor
There was a problem hiding this comment.
I think the config/.yamls that you modified aren't used correctly, if you wanna modify them fix their implementation. Could be in another pr. anyways, check comments
Comment on lines
+16
to
+17
| echo " 3) qwen3 (Qwen3 via Ollama pull — backup)" | ||
| echo " 4) nomic-embed-text (embeddings via Ollama pull — backup)" |
Contributor
There was a problem hiding this comment.
why ollama and why backup?
GilMM27
approved these changes
May 22, 2026
GilMM27
left a comment
Contributor
There was a problem hiding this comment.
fix merge conflict and ensure models compatibility with common task prompts. as a follow up, make the scripts correctly use the configs yaml parameters in another pr
CamilaTite26
pushed a commit
that referenced
this pull request
May 23, 2026
* Add ollama cpp * restore baml and models * Update ollama container * fix benchamark * update benchmark * Update branch hri/llama-migration * Add download model qwen3.6 * Update download model * Fix benchmark * update benchmark * downgrade to qwen3.5 * update entrypoint.sh * Llama server * Build llamacpp from source * Fix dockerfile * Add benchmark for both llama.cpp and ollama * iteration * Return to llama.cpp prebuilt image * Add small details * fix pr details * Add compara all and flag all in benchmark * Update dialgos.py for removing thinking from model * Add pr comments * small detail * Restore past lines * small cahnge in download mdoel * wait was necessary 🥴
CamilaTite26
pushed a commit
that referenced
this pull request
May 23, 2026
* Add ollama cpp * restore baml and models * Update ollama container * fix benchamark * update benchmark * Update branch hri/llama-migration * Add download model qwen3.6 * Update download model * Fix benchmark * update benchmark * downgrade to qwen3.5 * update entrypoint.sh * Llama server * Build llamacpp from source * Fix dockerfile * Add benchmark for both llama.cpp and ollama * iteration * Return to llama.cpp prebuilt image * Add small details * fix pr details * Add compara all and flag all in benchmark * Update dialgos.py for removing thinking from model * Add pr comments * small detail * Restore past lines * small cahnge in download mdoel * wait was necessary 🥴
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.
Migrate ollama to llama.cpp.





Add benchmark