Skip to content

Tags: mkesper/ollama

Tags

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request ollama#2403 from dhiltgen/handle_tmp_cleanup

Ensure the libraries are present

v0.1.23

Toggle v0.1.23's commit message
fix error on `ollama run` with a non-existent model

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request ollama#2197 from dhiltgen/remove_rocm_image

Add back ROCm container support

v0.1.21

Toggle v0.1.21's commit message
update submodule to `cd4fddb29f81d6a1f6d51a0c016bc6b486d68def`

v0.1.20

Toggle v0.1.20's commit message
revisit memory allocation to account for full kv cache on main gpu

v0.1.19

Toggle v0.1.19's commit message
clean up cmake `build` directory when cross compiling macOS builds

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
only pull gguf model if already exists (ollama#1817)

v0.1.17

Toggle v0.1.17's commit message
update runner submodule

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
restore model load duration on generate response (ollama#1524)

* restore model load duration on generate response

- set model load duration on generate and chat done response
- calculate createAt time when response created

* remove checkpoints predict opts

* Update routes.go

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add image support to the chat api (ollama#1490)