Skip to content

Releases: ollama/ollama

v0.21.0

16 Apr 22:00
b9cb535

Choose a tag to compare

v0.21.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.20.8-rc0...v0.21.0-rc0

v0.20.8

14 Apr 00:35
2cba775

Choose a tag to compare

v0.20.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.20.6...v0.20.8-rc0

v0.20.7

13 Apr 23:33
8d0dcf4

Choose a tag to compare

What's Changed

  • Fix quality of gemma:e2b and gemma:e4b when thinking is disabled
  • ROCm: Update to ROCm 7.2.1 on Linux by @saman-amd in #15483

Full Changelog: v0.20.6...v0.20.7

v0.20.6

12 Apr 22:59
9330bb9

Choose a tag to compare

What's Changed

  • Gemma 4 tool calling ability is improved and updated to use Google's latest post-launch fixes
  • Parallel tool calling improved for streaming responses
  • Hermes agent Ollama integration guide is now available
  • Ollama app is updated to fix image attachment errors

New Contributors

@matteocelani made their first contribution in #15272

Full Changelog: v0.20.5...v0.20.6

v0.20.5

09 Apr 18:11
80d3744

Choose a tag to compare

OpenClaw channel setup with ollama launch

image

What's Changed

  • OpenClaw channel setup: connect WhatsApp, Telegram, Discord, and other messaging channels through ollama launch openclaw
  • Enable flash attention for Gemma 4 on compatible GPUs
  • ollama launch opencode now detects curl-based OpenCode installs at ~/.opencode/bin
  • Fix /save command for models imported from safetensors

New Contributors

Full Changelog: v0.20.4...v0.20.5

v0.20.4

07 Apr 17:57
f86a969

Choose a tag to compare

What's Changed

  • mlx: Improve M5 performance with NAX
  • gemma4: enable flash attention

Full Changelog: v0.20.3...v0.20.4

v0.20.3

07 Apr 05:19
8c8f8f3

Choose a tag to compare

What's Changed

  • Gemma 4 Tool Calling improvements
  • Added latest models to Ollama App
  • OpenClaw fixes for launching TUI

Full Changelog: v0.20.2...v0.20.3

v0.20.2

04 Apr 06:22
4589fa2

Choose a tag to compare

What's Changed

  • app: default app home view to new chat instead of launch by @jmorganca in #15312

Full Changelog: v0.20.1...v0.20.2

v0.20.1

03 Apr 22:37
4bc2728

Choose a tag to compare

v0.20.1 Pre-release
Pre-release

What's Changed

  • bench: add prompt calibration, context size flag, and NumCtx reporting by @dhiltgen in #15158
  • model/parsers: fix gemma4 arg parsing when quoted strings contain " by @drifkin in #15254
  • ggml: skip cublasGemmBatchedEx during graph reservation by @jessegross in #15301
  • gemma4: enable flash attention by @dhiltgen in #15296
  • ggml: fix ROCm build for cublasGemmBatchedEx reserve wrapper by @jessegross in #15305
  • model/parsers: rework gemma4 tool call handling by @drifkin in #15306

Full Changelog: v0.20.0...v0.20.1

v0.20.0

02 Apr 16:54
de9673a

Choose a tag to compare

Gemma 4

Gemma 4

Effective 2B (E2B)

ollama run gemma4:e2b

Effective 4B (E4B)

ollama run gemma4:e4b

26B (Mixture of Experts model with 4B active parameters)

ollama run gemma4:26b

31B (Dense)

ollama run gemma4:31b

What's Changed

Full Changelog: v0.19.0...v0.20.0-rc0