v1.7.4
Michael-A-Kuykendall/shimmyv1.7.4Oct 23, 2025by github-actions[bot]
AI Summary
This release adds GPU detection fields to metrics, improves SafeTensors engine prioritization, enhances OpenAI API compatibility, and adds ARM64 Linux support to CI/CD.
Key Highlights
- Added GPU detection fields to /metrics endpoint (Issue #111)
- Prioritized SafeTensors engine for .safetensors files (Issue #112)
- Enhanced OpenAI API compatibility for frontend integration (Issue #113)
- Added ARM64 Linux support to CI/CD (Issue #131)
New Features
- ARM64 Linux support
Full Release Notes
## What's Changed * fix(metrics): add GPU detection fields to /metrics endpoint (Issue #111) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/115 * fix(engine): prioritize SafeTensors engine for .safetensors files (Issue #112) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/122 * fix(api): enhance OpenAI API compatibility for frontend integration (Issue #113) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/123 * feat: Add ARM64 Linux support to CI/CD (Issue #131) by @Michael-A-Kuykendall in https://github.com/Michael-A-Kuykendall/shimmy/pull/133 **Full Changelog**: https://github.com/Michael-A-Kuykendall/shimmy/compare/v1.7.3...v1.7.4