v0.62.1
Mesh-LLM/mesh-llmv0.62.1Apr 17, 2026by github-actions[bot]
AI Summary
A minor patch release focusing on enforcing mesh join requirements and fixing build script issues to ensure smoother integration and compilation.
Key Highlights
- Required mesh-llm/1 for mesh joins to ensure compatibility.
- Fixed silent build exit issues when neither ccache nor sccache is installed.
- Removed CUDA 103 specific PR code.
New Features
- mesh join version requirement enforcement
- build script fixes for silent exits
Full Release Notes
## What's Changed * Require mesh-llm/1 for mesh joins by @i386 in https://github.com/Mesh-LLM/mesh-llm/pull/299 * scripts: fix silent build exit when neither ccache nor sccache is installed by @ventz in https://github.com/Mesh-LLM/mesh-llm/pull/305 * remove cuda 103 pr259 by @ndizazzo in https://github.com/Mesh-LLM/mesh-llm/pull/307 ## New Contributors * @ventz made their first contribution in https://github.com/Mesh-LLM/mesh-llm/pull/305 **Full Changelog**: https://github.com/Mesh-LLM/mesh-llm/compare/v0.62.0...v0.62.1