Skip to content

Docker Model Runner v1.1.28

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Mar 08:13
· 41 commits to main since this release
e81c289

What's Changed

💥 Breaking Changes

  • Make web search opt-in via --websearch flag on run command (#788) @ericcurtin
    • Web search is now disabled by default and must be explicitly enabled with --websearch. Previously it was enabled by default and could only be disabled via DOCKER_MODEL_NO_WEBSEARCH environment variable.

🐛 Bug Fixes

  • Remove vLLM x86_64 NVIDIA platform warning from pull compat check (#794) @ericcurtin
  • fix(e2e): send SIGINT on teardown to prevent orphan processes (#785) @doringeman

🔧 Maintenance

Full Changelog: v1.1.27...v1.1.28