Migrating to Ollama v0.31.2-rc1
Version v0.31.2-rc1 introduces 2 breaking changes. This guide details how to update your code.
Released: 7/6/2026
2
Breaking Changes
2
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
OLLAMA_EXPERIMENT=client2Breaking Changes
●Issue #1
The environment variable OLLAMA_EXPERIMENT=client2 has been removed, which might break workflows relying on this experimental feature.
●Issue #2
ROCm support has been removed for devices that are no longer supported.
Migration Steps
- 1Remove any usage or reliance on the OLLAMA_EXPERIMENT=client2 environment variable.
- 2Review ROCm device support if using older hardware.
Release Summary
This release focuses on improving hardware acceleration compatibility, particularly for CUDA 6.x GPUs, and cleans up experimental features and dead code. It also addresses CUDA toolkit lookup issues.
Need More Details?
View the full release notes and all changes for Ollama v0.31.2-rc1.
View Full Changelog