v1.8.0
Michael-A-Kuykendall/shimmyv1.8.0Dec 8, 2025by github-actions[bot]
AI Summary
This release addresses multiple bug fixes including Docker build issues, OpenAI API compatibility, GPU detection, model file handling, GGML batch size failures, and Unicode character handling in token streaming.
Key Highlights
- Fixed Docker build failure (Issue #152)
- Fixed OpenAI API compatibility for frontend integration (Issue #113)
- Fixed AMD GPU detection on Windows (Issue #142)
- Fixed grouping of sharded model files in auto-discovery (#147)
- Fixed GGML Assert Batch Size Failure with Large Prompts (Issue #140)
- Fixed Unicode character handling in token streaming (Issue #139)
Full Release Notes
## What's Changed * Fix Docker build failure (Issue #152) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/154 * Fix OpenAI API compatibility for frontend integration (Issue #113) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/155 * Fix #142: AMD GPU detection on Windows by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/156 * fix: group sharded model files in auto-discovery (#147) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/157 * Fix Issue #140: GGML Assert Batch Size Failure with Large Prompts by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/158 * Fix Issue #139: Unicode character handling in token streaming by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/159 **Full Changelog**: https://github.com/Michael-A-Kuykendall/shimmy/compare/v1.7.4...v1.8.0