Skip to content

v0.11.7

Latest

Choose a tag to compare

@yeahdongcn yeahdongcn released this 26 Aug 00:58
· 112 commits to main since this release

本版本基于 Ollama v0.11.7 构建,针对 摩尔线程 GPU 优化运行,提供两种后端实现:

  • amd64 使用 MUSA backend(基于 MUSA SDK)
  • arm64 使用 Vulkan backend(不依赖 MUSA SDK)

This release is built on Ollama v0.11.7, optimized for running on Moore Threads GPUs, with two backend implementations:

  • amd64 with MUSA backend (based on MUSA SDK)
  • arm64 with Vulkan backend (does not depend on MUSA SDK)

📂 构建产物 / Artifacts

📦 压缩包 / Archives

GitHub Downloads (all assets, specific tag)

Backend / MUSA SDK Archive OS Architecture
MUSA / rc4.2.0 ollama-linux-amd64.tgz Ubuntu 22.04 amd64
Vulkan / (N/A) ollama-linux-arm64.tgz Ubuntu 22.04 arm64

说明 / Note:

  • Vulkan / (N/A) 表示该构建使用 Vulkan 后端适配摩尔线程 GPU,不依赖 MUSA SDK。
  • Vulkan / (N/A) means this build uses the Vulkan backend to support Moore Threads GPUs, without depending on the MUSA SDK.

🔧 安装 / Install

curl -fsSL https://raw.githubusercontent.com/MooreThreads/ollama-musa/refs/heads/main/scripts/install.sh | sh

🐋 Docker 镜像 / Docker Images

Backend / MUSA SDK Docker Image OS/ARCH
MUSA / rc4.2.0 mthreads/ollama:v0.11.7-musa-rc4.2.0-amd64 linux/amd64
Vulkan / (N/A) mthreads/ollama:v0.11.7-vulkan linux/amd64, linux/arm64