shipfeedAI news, curated daily

05:27:48 CET
24 JUN05:27:48shipfeed
pull to refreshlast sync
Just in — 30 new
§ local-llm · storyline

Ollama v0.30.0-rc27

Ollama releases v0.30.0-rc27, a pre-release that shifts its architecture to use llama.cpp directly, adds GGUF compatibility, and integrates MLX for Apple Silicon inference acceleration.

May 13 · · primary fetch1 sourceupdated May 13 ·

This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on Apple Silicon. While in pre-release we'd love feedback on: Performance improvements or degradation Errors or crashes that did not previously occur Memory utilization improvements or degradation Known issues: `laguna-xs.2` is not supported yet on this pre-release `llama3.2-vision` is not supported yet on this pre-release Installing: Mac/Linux ``` curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.30.0-rc27 sh ``` Windows ``` $env:OLLAMA_VERSION="0.30.0-rc27"; irm https://ollama.com/install.ps1 | iex ```

read full article on github.com
§ sources1 publication · timeline below
  1. github.comOllama v0.30.0-rc27primary