Skip to content

Tags: g1f1/ollama

Tags

v0.5.8-rc12

Toggle v0.5.8-rc12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: use windows-2022 to sign and bundle (ollama#8941)

ollama requires vcruntime140_1.dll which isn't found on 2019. previously
the job used the windows runner (2019) but it explicitly installs
2022 to build the app. since the sign job doesn't actually build
anything, it can use the windows-2022 runner instead.

v0.5.8-rc11

Toggle v0.5.8-rc11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
readme: add deepseek to supported models

v0.5.8-rc10

Toggle v0.5.8-rc10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
readme: add ChibiChat to community integrations (ollama#8883)

v0.5.8-rc9

Toggle v0.5.8-rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: add missing dependencies (ollama#8896)

v0.5.8-rc8

Toggle v0.5.8-rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix linux archive (ollama#8862)

the find returns intermediate directories which pulls the parent
directories. it also omits files under lib/ollama.

switch back to globbing

v0.5.8-rc7

Toggle v0.5.8-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server: increase timeout in stall detection from 5s to 30s (ollama#8831)

In some cases, downloads slow due to disk i/o or other factors,
causing the download to restart a part. This causes the download
to "reverse" in percent completion. By increasing the timeout to 30s,
this should happen less frequently.

v0.5.8-rc6

Toggle v0.5.8-rc6's commit message
ci: split docker build by platform

this improves build reliability and concurrency

v0.5.8-rc5

Toggle v0.5.8-rc5's commit message
fix extra quote

v0.5.8-rc4

Toggle v0.5.8-rc4's commit message
fix linux archive

v0.5.8-rc3

Toggle v0.5.8-rc3's commit message
fix build