joerowell commited on
Commit
c405648
·
verified ·
1 Parent(s): a81d6da

Restore macOS/Ollama note with fix pointer (llama.cpp#25389)

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -296,6 +296,9 @@ Available on the [Ollama library](https://ollama.com/library/laguna-xs-2.1).
296
 
297
  Reasoning and tool-calling work out of the box via the built-in `laguna` template.
298
 
 
 
 
299
  #### Atomic Chat
300
 
301
  Laguna XS 2.1 is also available in [Atomic Chat](https://atomic.chat/), a desktop app for running local models with a simple chat UI. To try it, download Atomic Chat, open the app, and choose Laguna XS 2.1 from the recommended models.
 
296
 
297
  Reasoning and tool-calling work out of the box via the built-in `laguna` template.
298
 
299
+ > [!NOTE]
300
+ > **macOS (Metal) users:** `ollama run` may currently return empty output on Apple Silicon (a Metal f16 overflow in the MoE down-projection; fix pending in [ggml-org/llama.cpp#25389](https://github.com/ggml-org/llama.cpp/pull/25389)). Until it ships, use a Linux/CUDA host or the `/api/generate` endpoint with `"raw": true`.
301
+
302
  #### Atomic Chat
303
 
304
  Laguna XS 2.1 is also available in [Atomic Chat](https://atomic.chat/), a desktop app for running local models with a simple chat UI. To try it, download Atomic Chat, open the app, and choose Laguna XS 2.1 from the recommended models.