Change8

v0.31.2-rc2

Breaking Changes
📦 ollamaView on GitHub →
2 breaking2 features🐛 3 fixes🔧 1 symbols

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.

⚠️ Breaking Changes

  • The environment variable OLLAMA_EXPERIMENT=client2 has been removed, which might break workflows relying on this experimental feature.
  • ROCm support for no longer supported devices has been removed.

Migration Steps

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

✨ New Features

  • Enabled FA (Flash Attention) support on CUDA Compute Capability 6.x GPUs.
  • Introduced agent core harnessing capabilities.

🐛 Bug Fixes

  • Fixed CUDA toolkit lookup and parallel execution issues.
  • Resolved an issue where the JetPack runner absence prevented fallback to standard CUDA.
  • Updated file opening to use UTF-8-safe encoding.

Affected Symbols