Runtime & Weights Compatibility¶
Some Cactus releases change the internal weight format. When this happens, cached weights from an older version will not load with a newer runtime and must be re-downloaded.
Breaking weight changes are called out in the release notes.
How Versioning Works¶
Weights are published to Hugging Face and only re-tagged when they actually change. If a release does not affect the weight format, the previous tag remains — no new upload.
Runtime v1.7 -> weights tagged v1.7 on HF
Runtime v1.8 -> no new tag (unchanged) - still use v1.7
...
Runtime v1.14 -> no new tag - still use v1.7
Runtime v1.15 -> new tag v1.15 (changed!) - must update
The rule: use the latest HF weight tag that is ≤ your runtime version.
Checking Compatibility¶
- Open your model on huggingface.co/Cactus-Compute
- Click Files and versions → open branch dropdown from Main
- Find the latest tag that is ≤ your runtime version
- If your local weights use an older tag, re-download them
See Also¶
- Cactus Engine API — Full inference API reference
- Fine-tuning Guide — Convert and deploy custom fine-tunes
- HuggingFace Weights — Official Cactus model weights