joerowell commited on
Commit
00af5a5
·
verified ·
1 Parent(s): b0a9fd7

docs: add Ollama usage example

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -153,6 +153,19 @@ cd llama.cpp && cmake -B build && cmake --build build -j
153
  --spec-type draft-dflash --spec-draft-n-max 7 -fa on --jinja --port 8000
154
  ```
155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  ## Controlling reasoning
157
 
158
  Laguna S 2.1 has native reasoning support and works best with *preserved thinking*:
 
153
  --spec-type draft-dflash --spec-draft-n-max 7 -fa on --jinja --port 8000
154
  ```
155
 
156
+ ### Ollama
157
+
158
+ Run directly from the [Ollama library](https://ollama.com/library/laguna-s-2.1):
159
+
160
+ ```shell
161
+ ollama run laguna-s-2.1
162
+ ```
163
+
164
+ Quantization variants are available as tags (`q4_K_M`, `q8_0`, `f16`, `mxfp8`,
165
+ `nvfp4`, `mlx-bf16`), for example `ollama run laguna-s-2.1:q8_0`. The Laguna chat
166
+ template is baked into the model, so tool-calling and interleaved reasoning work
167
+ automatically.
168
+
169
  ## Controlling reasoning
170
 
171
  Laguna S 2.1 has native reasoning support and works best with *preserved thinking*: