Remove unused env vars from Makefile and update README#33
Merged
doringeman merged 4 commits intodocker:mainfrom May 8, 2025
Merged
Remove unused env vars from Makefile and update README#33doringeman merged 4 commits intodocker:mainfrom
doringeman merged 4 commits intodocker:mainfrom
Conversation
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
p1-0tr
reviewed
May 8, 2025
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
p1-0tr
approved these changes
May 8, 2025
ericcurtin
referenced
this pull request
in ericcurtin/model-runner
Sep 21, 2025
Revamp template capabilities + inject tools in system message when not supported by template
doringeman
pushed a commit
to doringeman/model-runner
that referenced
this pull request
Sep 23, 2025
* Append layers Signed-off-by: Emily Casey <emily@atomicjar.com> * Allow license to be added with model tool Signed-off-by: Emily Casey <emily@atomicjar.com> * Update README with license usage Signed-off-by: Emily Casey <emily@atomicjar.com> * Fixup tool output Signed-off-by: Emily Casey <emily@atomicjar.com> --------- Signed-off-by: Emily Casey <emily@atomicjar.com>
doringeman
pushed a commit
to doringeman/model-runner
that referenced
this pull request
Sep 24, 2025
* Append layers Signed-off-by: Emily Casey <emily@atomicjar.com> * Allow license to be added with model tool Signed-off-by: Emily Casey <emily@atomicjar.com> * Update README with license usage Signed-off-by: Emily Casey <emily@atomicjar.com> * Fixup tool output Signed-off-by: Emily Casey <emily@atomicjar.com> --------- Signed-off-by: Emily Casey <emily@atomicjar.com>
doringeman
pushed a commit
to doringeman/model-runner
that referenced
this pull request
Oct 2, 2025
Handle Untagged Models
doringeman
pushed a commit
to doringeman/model-runner
that referenced
this pull request
Feb 10, 2026
* Initial plan * Create SmolLM3 model card with generated variants table Co-authored-by: kiview <5088104+kiview@users.noreply.github.com> * Update SmolLM3 HuggingFace link to point to GGUF repository Co-authored-by: kiview <5088104+kiview@users.noreply.github.com> * Add original model and blog post links to SmolLM3 model card Co-authored-by: kiview <5088104+kiview@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kiview <5088104+kiview@users.noreply.github.com>
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.
Remove unused TARGET_OS and ACCEL.
Update README to mention LLAMA_SERVER_VERSION and LLAMA_SERVER_VARIANT.