Skip to content

Tags: ollama/ollama

Tags

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ml/backend/ggml: create a new file descriptor for tensor (#10133)

improves model loading times on network-based filesystems
such as GCS fuse by creating a dedicated file descriptor for each
section of the file being read, reducing seeking

v0.6.5-rc1

Toggle v0.6.5-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ml/backend/ggml: create a new file descriptor for tensor (#10133)

improves model loading times on network-based filesystems
such as GCS fuse by creating a dedicated file descriptor for each
section of the file being read, reducing seeking

v0.6.5-rc0

Toggle v0.6.5-rc0's commit message
model: support for mistral-small in the ollama runner

Mistral is a popular research lab making open source models. This updates
the forward pass of llama architecture models to support both llama models
and mistral models by accounting for additional metadata present in mistral
models, and finding the correct dimensions for the output projection.

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
model: fix issues with spm tokenizer for Gemma 3 (#10081)

v0.6.4-rc0

Toggle v0.6.4-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
model: fix issues with spm tokenizer for Gemma 3 (#10081)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add molbal/orca-cli to community integrations (#9909)

v0.6.3-rc1

Toggle v0.6.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add molbal/orca-cli to community integrations (#9909)

v0.6.3-rc0

Toggle v0.6.3-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9897 from ollama/mxyng/chunk-load

ml/backend/ggml: load tensors in 128KiB chunks

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9824 from ollama/mxyng/sched

conditionally enable parallel pipelines

v0.6.2-rc0

Toggle v0.6.2-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9824 from ollama/mxyng/sched

conditionally enable parallel pipelines