v0.60.3
Mesh-LLM/mesh-llmv0.60.3Apr 16, 2026by github-actions[bot]
AI Summary
A short patch release focusing on parameterizing CUDA versions and fixing model download resolution for split GGUF files to ensure correct model shard retrieval.
Key Highlights
- Parameterized CUDA version configuration.
- Fixed split GGUF shorthand resolution to download full model shards.
New Features
- CUDA version parameterization
- split GGUF shorthand resolution fix
Full Release Notes
## What's Changed * chore: parameterize cuda version by @ndizazzo in https://github.com/Mesh-LLM/mesh-llm/pull/295 * Fix split GGUF shorthand resolution to download full model shards by @i386 in https://github.com/Mesh-LLM/mesh-llm/pull/297 **Full Changelog**: https://github.com/Mesh-LLM/mesh-llm/compare/v0.60.2...v0.60.3