Skip to content

Tags: ollama/ollama

Tags

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
launch: codex app restarts (#16155)

v0.24.0-rc1

Toggle v0.24.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
launch: codex app restarts (#16155)

v0.24.0-rc0

Toggle v0.24.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
launch: codex app integration (#16120)

v0.30.0-rc15

Toggle v0.30.0-rc15's commit message
vulkan: add windows iGPU detection

v0.23.4

Toggle v0.23.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
launch/opencode: add image modalities for vision models (#15922)

v0.23.4-rc0

Toggle v0.23.4-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
launch/opencode: add image modalities for vision models (#15922)

v0.30.0-rc14

Toggle v0.30.0-rc14's commit message
Merge remote-tracking branch 'upstream/main' into llama-runner-phase-0

# Conflicts:
#	.github/workflows/test.yaml

v0.30.0-rc13

Toggle v0.30.0-rc13's commit message
llama.cpp update

v0.23.3

Toggle v0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mlx: fix macOS 26 target leakage in v3 metallib (#16053)

MLX compiles the AIR objects with the requested -mmacosx-version-min, but its final metallib step invokes metal instead of metallib. With the macOS 26 SDK, that can stamp the Metal v3 library with a macOS 26 deployment target.

Relink the generated AIR files with metallib before install until this is fixed upstream.

v0.23.3-rc1

Toggle v0.23.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mlx: fix macOS 26 target leakage in v3 metallib (#16053)

MLX compiles the AIR objects with the requested -mmacosx-version-min, but its final metallib step invokes metal instead of metallib. With the macOS 26 SDK, that can stamp the Metal v3 library with a macOS 26 deployment target.

Relink the generated AIR files with metallib before install until this is fixed upstream.