Skip to content

Tags: strk/ollama

Tags

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
win: ensure ollama paths come first (ollama#10549)

For all search path env vars make sure our dirs are first
to avoid potentially finding other incompatible libraries
on the users system.

Also fixes a minor build script glitch for windows rocm

v0.6.8-rc0

Toggle v0.6.8-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
win: ensure ollama paths come first (ollama#10549)

For all search path env vars make sure our dirs are first
to avoid potentially finding other incompatible libraries
on the users system.

Also fixes a minor build script glitch for windows rocm

v0.6.7

Toggle v0.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: write gguf padding (ollama#10510)

* add gguf_test

* fix padding

padding was being added to offset but not to the running count

v0.6.7-rc2

Toggle v0.6.7-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
strip out thinking tags in message history for qwen3 & r1 (ollama#10490)

* strip out thinking tags in message history for qwen3 & r1

This is in advance of "proper" support where we'll make reasoning
configurable and we'll parse out thinking/reasoning tags and provide
them to the caller. These models expect there to be no thinking tags in
the message history, so this should improve quality

* parse model names instead of hacky prefix check

v0.6.7-rc1

Toggle v0.6.7-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
integration: fix embedding tests error handling (ollama#10478)

The cleanup routine from InitServerconnection should run in the defer of the test case to properly detect failures and report the server logs

v0.6.7-rc0

Toggle v0.6.7-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
model: fix build (ollama#10416)

v0.6.6

Toggle v0.6.6's commit message
create tempdir in models directory

the models directory should have plenty of storage and also ensure
there's no cross-device copy

v0.6.6-rc2

Toggle v0.6.6-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ml/backend/ggml: use default CUDA compression mode (ollama#10314)

v0.6.6-rc1

Toggle v0.6.6-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ml: add missing cmake property and remove additional CMakeLists.txt (o…

…llama#10310)

v0.6.6-rc0

Toggle v0.6.6-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request ollama#10290 from ollama/drifkin/template-highligh…

…ting

docs: change more template blocks to have syntax highlighting