Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:42
· 62 commits to main since this release

Cypha native installer bundles

Prebuilt native C++ tools (CyphaDIF REST + CyphaLM bench/parity). Python Studio is not included — clone the repo and run install/install_linux.sh or install/install_windows.ps1 for the full Python stack.

Linux (cypha-*-linux-x86_64.tar.gz)

tar xzf cypha-*-linux-x86_64.tar.gz
cd cypha-*-linux-x86_64
bash install.sh

Requires: libgomp1, glibc 2.31+.

Windows (cypha-*-windows-x86_64.zip)

Expand-Archive cypha-*-windows-x86_64.zip
cd cypha-*-windows-x86_64
powershell -ExecutionPolicy Bypass -File install.ps1

MinGW PE binaries with static libgcc/libstdc++ (no separate MinGW runtime install).

Included binaries

  • cypha_rest — native REST server (classifier + /lm/*, /generate)
  • cyphalm_bench_native — WikiText BPC bench CLI
  • cyphalm_parity, cyphalm_checkpoint_parity — parity smoke tools
  • registry_register, create_model_smoke

Full Changelog: https://github.com/odin-loki/Cypha/commits/v1.1.0