Releases: goban-app/katago-server
Release 1.7.4
Docker Images
This release includes the following Docker images:
Standard KataGo (strongest analysis)
ghcr.io/goban-app/katago-server:1.7.4or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.7.4-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.7.4-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)
Combo (standard + human model)
ghcr.io/goban-app/katago-server:1.7.4-combo-cpuor:latest-combo-cpu(CPU with both models)ghcr.io/goban-app/katago-server:1.7.4-combo-gpuor:latest-combo-gpu(GPU with both models)
The combo images include both the standard KataGo model and the Human SL model. Use overrideSettings with humanSLProfile to enable human-style analysis.
Human SL Network only (human-style analysis)
ghcr.io/goban-app/katago-server:1.7.4-human-cpuor:latest-human-cpu(CPU variant with human model only)ghcr.io/goban-app/katago-server:1.7.4-human-gpuor:latest-human-gpu(GPU variant with human model only)
Other variants
ghcr.io/goban-app/katago-server:1.7.4-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.7.4-baseor:latest-base(Base variant - binary only)
CPU, minimal, base, human-cpu, and combo-cpu images are available for linux/amd64 and linux/arm64 platforms.
GPU, human-gpu, and combo-gpu images are available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.7.4Or use the Docker images directly:
# CPU variant (strongest analysis)
docker pull ghcr.io/goban-app/katago-server:1.7.4
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.4
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.7.4-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.4-gpu
# Combo GPU variant (both standard and human models)
docker pull ghcr.io/goban-app/katago-server:1.7.4-combo-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.4-combo-gpuWhat's Changed
Version updated from 1.7.3 → 1.7.4
See the auto-generated release notes below for detailed changes.
What's Changed
- fix: use correct player color for moves in handicap games by @stubbi in #74
- feat: support explicit move colors for handicap games by @stubbi in #75
Full Changelog: v1.7.3...v1.7.4
katago-server-1.7.4
A Helm chart for KataGo Server - High-performance REST API server for KataGo
Release 1.7.3
Docker Images
This release includes the following Docker images:
Standard KataGo (strongest analysis)
ghcr.io/goban-app/katago-server:1.7.3or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.7.3-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.7.3-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)
Combo (standard + human model)
ghcr.io/goban-app/katago-server:1.7.3-combo-cpuor:latest-combo-cpu(CPU with both models)ghcr.io/goban-app/katago-server:1.7.3-combo-gpuor:latest-combo-gpu(GPU with both models)
The combo images include both the standard KataGo model and the Human SL model. Use overrideSettings with humanSLProfile to enable human-style analysis.
Human SL Network only (human-style analysis)
ghcr.io/goban-app/katago-server:1.7.3-human-cpuor:latest-human-cpu(CPU variant with human model only)ghcr.io/goban-app/katago-server:1.7.3-human-gpuor:latest-human-gpu(GPU variant with human model only)
Other variants
ghcr.io/goban-app/katago-server:1.7.3-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.7.3-baseor:latest-base(Base variant - binary only)
CPU, minimal, base, human-cpu, and combo-cpu images are available for linux/amd64 and linux/arm64 platforms.
GPU, human-gpu, and combo-gpu images are available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.7.3Or use the Docker images directly:
# CPU variant (strongest analysis)
docker pull ghcr.io/goban-app/katago-server:1.7.3
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.3
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.7.3-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.3-gpu
# Combo GPU variant (both standard and human models)
docker pull ghcr.io/goban-app/katago-server:1.7.3-combo-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.3-combo-gpuWhat's Changed
Version updated from 1.7.2 → 1.7.3
See the auto-generated release notes below for detailed changes.
What's Changed
Full Changelog: v1.7.2...v1.7.3
katago-server-1.7.3
A Helm chart for KataGo Server - High-performance REST API server for KataGo
Release 1.7.2
Docker Images
This release includes the following Docker images:
Standard KataGo (strongest analysis)
ghcr.io/goban-app/katago-server:1.7.2or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.7.2-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.7.2-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)
Combo (standard + human model)
ghcr.io/goban-app/katago-server:1.7.2-combo-cpuor:latest-combo-cpu(CPU with both models)ghcr.io/goban-app/katago-server:1.7.2-combo-gpuor:latest-combo-gpu(GPU with both models)
The combo images include both the standard KataGo model and the Human SL model. Use overrideSettings with humanSLProfile to enable human-style analysis.
Human SL Network only (human-style analysis)
ghcr.io/goban-app/katago-server:1.7.2-human-cpuor:latest-human-cpu(CPU variant with human model only)ghcr.io/goban-app/katago-server:1.7.2-human-gpuor:latest-human-gpu(GPU variant with human model only)
Other variants
ghcr.io/goban-app/katago-server:1.7.2-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.7.2-baseor:latest-base(Base variant - binary only)
CPU, minimal, base, human-cpu, and combo-cpu images are available for linux/amd64 and linux/arm64 platforms.
GPU, human-gpu, and combo-gpu images are available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.7.2Or use the Docker images directly:
# CPU variant (strongest analysis)
docker pull ghcr.io/goban-app/katago-server:1.7.2
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.2
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.7.2-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.2-gpu
# Combo GPU variant (both standard and human models)
docker pull ghcr.io/goban-app/katago-server:1.7.2-combo-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.2-combo-gpuWhat's Changed
Version updated from 1.7.1 → 1.7.2
See the auto-generated release notes below for detailed changes.
What's Changed
Full Changelog: v1.7.1...v1.7.2
katago-server-1.7.2
A Helm chart for KataGo Server - High-performance REST API server for KataGo
Release 1.7.1
Docker Images
This release includes the following Docker images:
Standard KataGo (strongest analysis)
ghcr.io/goban-app/katago-server:1.7.1or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.7.1-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.7.1-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)
Combo (standard + human model)
ghcr.io/goban-app/katago-server:1.7.1-combo-cpuor:latest-combo-cpu(CPU with both models)ghcr.io/goban-app/katago-server:1.7.1-combo-gpuor:latest-combo-gpu(GPU with both models)
The combo images include both the standard KataGo model and the Human SL model. Use overrideSettings with humanSLProfile to enable human-style analysis.
Human SL Network only (human-style analysis)
ghcr.io/goban-app/katago-server:1.7.1-human-cpuor:latest-human-cpu(CPU variant with human model only)ghcr.io/goban-app/katago-server:1.7.1-human-gpuor:latest-human-gpu(GPU variant with human model only)
Other variants
ghcr.io/goban-app/katago-server:1.7.1-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.7.1-baseor:latest-base(Base variant - binary only)
CPU, minimal, base, human-cpu, and combo-cpu images are available for linux/amd64 and linux/arm64 platforms.
GPU, human-gpu, and combo-gpu images are available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.7.1Or use the Docker images directly:
# CPU variant (strongest analysis)
docker pull ghcr.io/goban-app/katago-server:1.7.1
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.1
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.7.1-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.1-gpu
# Combo GPU variant (both standard and human models)
docker pull ghcr.io/goban-app/katago-server:1.7.1-combo-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.7.1-combo-gpuWhat's Changed
Version updated from 1.7.0 → 1.7.1
See the auto-generated release notes below for detailed changes.
What's Changed
- perf: reduce GPU Docker image size by ~56% using CUDA 12.4 runtime by @stubbi in #69
- fix: upgrade KataGo to v1.16.4 for CUDA 12 compatibility by @stubbi in #70
- fix: upgrade KataGo to v1.16.4 for CUDA 12 compatibility by @stubbi in #71
Full Changelog: v1.6.0...v1.7.1
Release 1.6.0
Docker Images
This release includes the following Docker images:
Standard KataGo (strongest analysis)
ghcr.io/goban-app/katago-server:1.6.0or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.6.0-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.6.0-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)
Combo (standard + human model)
ghcr.io/goban-app/katago-server:1.6.0-combo-cpuor:latest-combo-cpu(CPU with both models)ghcr.io/goban-app/katago-server:1.6.0-combo-gpuor:latest-combo-gpu(GPU with both models)
The combo images include both the standard KataGo model and the Human SL model. Use overrideSettings with humanSLProfile to enable human-style analysis.
Human SL Network only (human-style analysis)
ghcr.io/goban-app/katago-server:1.6.0-human-cpuor:latest-human-cpu(CPU variant with human model only)ghcr.io/goban-app/katago-server:1.6.0-human-gpuor:latest-human-gpu(GPU variant with human model only)
Other variants
ghcr.io/goban-app/katago-server:1.6.0-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.6.0-baseor:latest-base(Base variant - binary only)
CPU, minimal, base, human-cpu, and combo-cpu images are available for linux/amd64 and linux/arm64 platforms.
GPU, human-gpu, and combo-gpu images are available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.6.0Or use the Docker images directly:
# CPU variant (strongest analysis)
docker pull ghcr.io/goban-app/katago-server:1.6.0
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.6.0
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.6.0-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.6.0-gpu
# Combo GPU variant (both standard and human models)
docker pull ghcr.io/goban-app/katago-server:1.6.0-combo-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.6.0-combo-gpuWhat's Changed
Version updated from 1.5.2 → 1.6.0
See the auto-generated release notes below for detailed changes.
What's Changed
- feat: add Human SL network Docker images and update KataGo model by @stubbi in #63
- fix: use correct URL path for human SL model download by @stubbi in #64
- chore: release v1.5.1 by @stubbi in #65
- fix: more aggressive disk cleanup for GPU builds by @stubbi in #66
- feat: add combo Docker images with both standard and human models by @stubbi in #67
Full Changelog: v1.4.6...v1.6.0
Release 1.4.6
Docker Images
This release includes the following Docker images:
ghcr.io/goban-app/katago-server:1.4.6or:latest(CPU variant - default)ghcr.io/goban-app/katago-server:1.4.6-cpuor:latest-cpu(CPU variant - explicit tag)ghcr.io/goban-app/katago-server:1.4.6-gpuor:latest-gpu(GPU/CUDA variant - for NVIDIA GPUs)ghcr.io/goban-app/katago-server:1.4.6-minimalor:latest-minimal(Minimal variant - BYO KataGo)ghcr.io/goban-app/katago-server:1.4.6-baseor:latest-base(Base variant - binary only)
CPU, minimal, and base images are available for linux/amd64 and linux/arm64 platforms.
GPU image is available for linux/amd64 only (requires NVIDIA CUDA).
Note: The default image (without suffix) points to the CPU variant. Both :1.4.6 and :1.4.6-cpu reference the same CPU image.
Helm Chart
Install the Helm chart for this release:
helm repo add katago-server https://goban-app.github.io/katago-server
helm repo update
helm install my-katago katago-server/katago-server --version 1.4.6Or use the Docker images directly:
# CPU variant
docker pull ghcr.io/goban-app/katago-server:1.4.6
docker run -p 2718:2718 ghcr.io/goban-app/katago-server:1.4.6
# GPU variant (requires NVIDIA Container Toolkit)
docker pull ghcr.io/goban-app/katago-server:1.4.6-gpu
docker run --gpus all -p 2718:2718 ghcr.io/goban-app/katago-server:1.4.6-gpuWhat's Changed
Version updated from 1.4.5 → 1.4.6
See the auto-generated release notes below for detailed changes.
What's Changed
- fix: use CUDA base image with only required libs (cuBLAS + cuDNN) by @stubbi in #61
- Fix/missing cublas by @stubbi in #62
Full Changelog: v1.4.5...v1.4.6
katago-server-1.7.1
A Helm chart for KataGo Server - High-performance REST API server for KataGo