Skip to content

0.1.1 - 2026-06-23

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:43

Release Notes

Fixed

  • Removed local absolute llama.cpp/model paths from scripts and documentation
    included in the crates.io source package. Runtime benchmark scripts now use
    documented environment variables for local model locations.

Install qatq 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kabudu/qatq/releases/download/v0.1.1/qatq-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/kabudu/qatq/releases/download/v0.1.1/qatq-installer.ps1 | iex"

Download qatq 0.1.1

File Platform Checksum
qatq-aarch64-apple-darwin.zip Apple Silicon macOS checksum
qatq-x86_64-apple-darwin.zip Intel macOS checksum
qatq-x86_64-pc-windows-msvc.zip x64 Windows checksum
qatq-aarch64-unknown-linux-gnu.zip ARM64 Linux checksum
qatq-x86_64-unknown-linux-gnu.zip x64 Linux checksum