Change8

Migrating to Ollama v0.31.2-rc2

Version v0.31.2-rc2 introduces 2 breaking changes. This guide details how to update your code.

Released: 7/6/2026

2
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

OLLAMA_EXPERIMENT=client2

Breaking 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 for no longer supported devices has been removed.

Migration Steps

  1. 1
    Remove usage of the OLLAMA_EXPERIMENT=client2 environment variable if present in your setup.

Release Summary

This release focuses on improving hardware compatibility, particularly for CUDA 6.x GPUs, and cleans up internal code, including the removal of an experimental server flag.

Need More Details?

View the full release notes and all changes for Ollama v0.31.2-rc2.

View Full Changelog