Skip to content

Conversation

@doringeman
Copy link
Contributor

On top of #46.

E.g.,

$ MODEL_RUNNER_HOST=http://localhost:8080 docker model pull ghcr.io/ilopezluna/smollm2
$ MODEL_RUNNER_HOST=http://localhost:8080 docker model ls
MODEL NAME                  PARAMETERS  QUANTIZATION  ARCHITECTURE  MODEL ID      CREATED      SIZE
ghcr.io/ilopezluna/smollm2  134.52 M    Q2_K          llama         425de603d029  6 weeks ago  82.41 MiB
$ MODEL_RUNNER_HOST=http://localhost:8080 docker model prune
WARNING! This will remove the entire models directory.
Are you sure you want to continue? [y/N] y
$ MODEL_RUNNER_HOST=http://localhost:8080 docker model ls
MODEL NAME  PARAMETERS  QUANTIZATION  ARCHITECTURE  MODEL ID  CREATED  SIZE

ericcurtin referenced this pull request in ericcurtin/model-runner Sep 21, 2025
Fix eos / bos when disabled in options (needs empty)
doringeman pushed a commit to doringeman/model-runner that referenced this pull request Oct 2, 2025
Use -trimpath and disable CGo on Linux for release binaries
@ilopezluna ilopezluna merged commit 7f32190 into docker:main Oct 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants