Scoutari

AI builder 的決策情報台。

瀏覽

  • 今日情報
  • Skill 榜單
  • AI 週報
  • 關於與編輯方針
  • RSS

主題

  • 模型發布
  • API 與價格
  • MCP 與 Skills
  • AI Coding
  • 中國模型
  • 開源模型
  • Agent
  • Infra / 成本
  • 值得試用
© 2026 Scoutari · scoutari.com摘要由 AI 輔助生成,並始終附上原文連結。
情報模型收藏週報設定
Tuesday, July 7, 2026Scoutari
Log inSign up
Sign up
ModelsSkill RadarSavedPersonalizeSubmit sourceLog in
IntelModelsSkill RadarWeeklySavedPersonalizeSubmit source
Back to timeline

Tue, July 706:28Open SourceModel releasesOpen sourceAgents

Ollama v0.31.2: Agent Core Framework & GPU Flash Attention

View originalGet it on GitHub

Decision Brief

What changedOllama v0.31.2 introduces an Agent core framework and enables Flash Attention for CUDA CC 6.x GPUs, along with various fixes.
Why it mattersAgent framework enables local multi-step Agent workflows, while Flash Attention boosts inference efficiency for older NVIDIA GPUs, benefiting teams deploying locally with legacy hardware.
Who should careOpen-source model users, Inference / infra teams
Affected stackOllamaNVIDIA
Builder actionUpgrade Ollama to v0.31.2
Source confidenceHigh · Official release / blog / repo

Ollama v0.31.2 adds a new Agent core framework, laying the foundation for future Agent capabilities. It also enables Flash Attention on CUDA CC 6.x GPUs (e.g., Pascal architecture), significantly accelerating attention computation. The release fixes CUDA toolkit detection, falls back to standard CUDA when JetPack is missing, and removes unsupported devices for ROCm. The MLX backend has been rewritten and updated. For developers running open-source models locally, Flash Attention on older GPUs notably speeds up inference, while the Agent framework prepares for building automated workflows.

Summary basis: official / RSS sourceCompiled from the source scope noted above; the original remains authoritative.

Sources

  • Ollama(GitHub Releases)

    Local-model runtime releases: new supported models and serving features.

  • Ollama(GitHub Releases)

Related intel

  • Ollama v0.31.1 Boosts Gemma 4 Token Generation by Nearly 90% on Apple Silicon with Multi-Token Prediction

    Ollama v0.31.1 uses multi-token prediction to significantly accelerate Gemma 4 inference on Apple Silicon.

  • Porting Moebius 0.2B Image Restoration Model to Browser with Claude Code

    Author uses Claude Code to port the Moebius 0.2B image restoration model, originally dependent on PyTorch and CUDA, to run in browsers with WebGPU support.

  • DFlash Speculative Decoding: Parallel Token Blocks Boost Throughput Up to 15x on NVIDIA Blackwell

    UC San Diego's DFlash replaces autoregressive draft generation with a lightweight block diffusion model, generating entire token blocks in a single forward pass for accelerated speculative decoding.

  • NVIDIA BioNeMo Agent Toolkit Transforms Biomolecular Models into AI Agent Skills

    NVIDIA open-sources BioNeMo Agent Toolkit to convert biomolecular models into callable skills for AI agents, boosting task completion from 57.1% to 100% in tests.