Skip to content

v4.8.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 09:00
· 147 commits to main since this release

Install

Prebuilt binaries (linux amd64/arm64, macOS Apple Silicon) are
attached below, e.g.:

curl -fsSL https://github.com/weka/wekai/releases/download/v4.8.2/wekai_v4.8.2_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar -xz

Helm (replay benchmark against your endpoint — see README for all values):

helm upgrade --install my-replay oci://quay.io/weka.io/helm/wekai \
  --version v4.8.2 \
  --set endpoint=http://YOUR-LLM-HOST:8000

Container image:

docker pull quay.io/weka.io/wekai:v4.8.2

CLI (binary is named wekai):

go install github.com/weka/wekai@v4.8.2

Full Changelog: v4.8.1...v4.8.2