Skip to content

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:32
· 44 commits to main since this release

Cypha v2.2.5 — full native C++ framework

Prebuilt native C++ runtime: CyphaDIF REST (/dif/retrieve, /dif/generate), native bench (d01–d17), CyphaLM, diagnostics orchestrator, and parity smoke tools. 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).

Production binaries (bin/, on PATH after install)

Binary Role
cypha_rest Native REST server (classifier + /lm/*, /generate, /dif/*)
cypha_bench_run Bench master runner (domains d01–d17)
cypha_bench_report Report-only rebuild (BASELINE_REPORT.md + summary.json)
cypha_diagnostics_run Phases 1–4 diagnostics orchestrator
cypha_tune_run Native tuning sweep runner
cyphalm_bench_native WikiText BPC bench CLI
cyphalm_parity, cyphalm_checkpoint_parity CyphaLM parity smoke tools
gh_infer_deliberation_parity, kernel_llr_parity CyphaDIF parity (used by diagnostics)
registry_register, create_model_smoke Registry + model creation smoke

Dev parity tools (bin/dev/, not on PATH)

  • score_batch_parity, multilabel_dif_parity, merge_from_parity, similarity_index_parity
  • embed_table_parity, retrieval_parity, som_parity

Full Changelog: v2.2.4...v2.2.5