Skip to content

Releases: goban-app/katago-server

Release 1.7.4

15 Dec 13:31
af004fc

Choose a tag to compare

Docker Images

This release includes the following Docker images:

Standard KataGo (strongest analysis)

  • ghcr.io/goban-app/katago-server:1.7.4 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.7.4-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.7.4-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)

Combo (standard + human model)

  • ghcr.io/goban-app/katago-server:1.7.4-combo-cpu or :latest-combo-cpu (CPU with both models)
  • ghcr.io/goban-app/katago-server:1.7.4-combo-gpu or :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-cpu or :latest-human-cpu (CPU variant with human model only)
  • ghcr.io/goban-app/katago-server:1.7.4-human-gpu or :latest-human-gpu (GPU variant with human model only)

Other variants

  • ghcr.io/goban-app/katago-server:1.7.4-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.7.4-base or :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.4

Or 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-gpu

What'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

15 Dec 13:30
af004fc

Choose a tag to compare

A Helm chart for KataGo Server - High-performance REST API server for KataGo

Release 1.7.3

14 Dec 18:02
79df963

Choose a tag to compare

Docker Images

This release includes the following Docker images:

Standard KataGo (strongest analysis)

  • ghcr.io/goban-app/katago-server:1.7.3 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.7.3-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.7.3-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)

Combo (standard + human model)

  • ghcr.io/goban-app/katago-server:1.7.3-combo-cpu or :latest-combo-cpu (CPU with both models)
  • ghcr.io/goban-app/katago-server:1.7.3-combo-gpu or :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-cpu or :latest-human-cpu (CPU variant with human model only)
  • ghcr.io/goban-app/katago-server:1.7.3-human-gpu or :latest-human-gpu (GPU variant with human model only)

Other variants

  • ghcr.io/goban-app/katago-server:1.7.3-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.7.3-base or :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.3

Or 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-gpu

What's Changed

Version updated from 1.7.2 → 1.7.3

See the auto-generated release notes below for detailed changes.

What's Changed

  • feat: support initialStones for handicap games by @stubbi in #73

Full Changelog: v1.7.2...v1.7.3

katago-server-1.7.3

14 Dec 18:01
79df963

Choose a tag to compare

A Helm chart for KataGo Server - High-performance REST API server for KataGo

Release 1.7.2

12 Dec 09:27
2379b3a

Choose a tag to compare

Docker Images

This release includes the following Docker images:

Standard KataGo (strongest analysis)

  • ghcr.io/goban-app/katago-server:1.7.2 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.7.2-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.7.2-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)

Combo (standard + human model)

  • ghcr.io/goban-app/katago-server:1.7.2-combo-cpu or :latest-combo-cpu (CPU with both models)
  • ghcr.io/goban-app/katago-server:1.7.2-combo-gpu or :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-cpu or :latest-human-cpu (CPU variant with human model only)
  • ghcr.io/goban-app/katago-server:1.7.2-human-gpu or :latest-human-gpu (GPU variant with human model only)

Other variants

  • ghcr.io/goban-app/katago-server:1.7.2-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.7.2-base or :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.2

Or 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-gpu

What's Changed

Version updated from 1.7.1 → 1.7.2

See the auto-generated release notes below for detailed changes.

What's Changed

  • fix: health endpoint now checks KataGo process status by @stubbi in #72

Full Changelog: v1.7.1...v1.7.2

katago-server-1.7.2

12 Dec 09:27
2379b3a

Choose a tag to compare

A Helm chart for KataGo Server - High-performance REST API server for KataGo

Release 1.7.1

11 Dec 23:04
1968b41

Choose a tag to compare

Docker Images

This release includes the following Docker images:

Standard KataGo (strongest analysis)

  • ghcr.io/goban-app/katago-server:1.7.1 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.7.1-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.7.1-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)

Combo (standard + human model)

  • ghcr.io/goban-app/katago-server:1.7.1-combo-cpu or :latest-combo-cpu (CPU with both models)
  • ghcr.io/goban-app/katago-server:1.7.1-combo-gpu or :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-cpu or :latest-human-cpu (CPU variant with human model only)
  • ghcr.io/goban-app/katago-server:1.7.1-human-gpu or :latest-human-gpu (GPU variant with human model only)

Other variants

  • ghcr.io/goban-app/katago-server:1.7.1-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.7.1-base or :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.1

Or 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-gpu

What'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

11 Dec 18:33
c854a5c

Choose a tag to compare

Docker Images

This release includes the following Docker images:

Standard KataGo (strongest analysis)

  • ghcr.io/goban-app/katago-server:1.6.0 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.6.0-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.6.0-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)

Combo (standard + human model)

  • ghcr.io/goban-app/katago-server:1.6.0-combo-cpu or :latest-combo-cpu (CPU with both models)
  • ghcr.io/goban-app/katago-server:1.6.0-combo-gpu or :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-cpu or :latest-human-cpu (CPU variant with human model only)
  • ghcr.io/goban-app/katago-server:1.6.0-human-gpu or :latest-human-gpu (GPU variant with human model only)

Other variants

  • ghcr.io/goban-app/katago-server:1.6.0-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.6.0-base or :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.0

Or 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-gpu

What'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

11 Dec 11:09
944e7b1

Choose a tag to compare

Docker Images

This release includes the following Docker images:

  • ghcr.io/goban-app/katago-server:1.4.6 or :latest (CPU variant - default)
  • ghcr.io/goban-app/katago-server:1.4.6-cpu or :latest-cpu (CPU variant - explicit tag)
  • ghcr.io/goban-app/katago-server:1.4.6-gpu or :latest-gpu (GPU/CUDA variant - for NVIDIA GPUs)
  • ghcr.io/goban-app/katago-server:1.4.6-minimal or :latest-minimal (Minimal variant - BYO KataGo)
  • ghcr.io/goban-app/katago-server:1.4.6-base or :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.6

Or 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-gpu

What'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

11 Dec 23:04
1968b41

Choose a tag to compare

A Helm chart for KataGo Server - High-performance REST API server for KataGo