Skip to content

Releases: odin-loki/Cypha

v2.3.0

13 Jun 07:06

Choose a tag to compare

Cypha v2.3.0 — 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. GUI: build cypha_qt_shell from source (docs/native/qt/README.md).

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.8...v2.3.0

v2.2.8

11 Jun 12:59

Choose a tag to compare

Cypha v2.2.8 — 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.7...v2.2.8

v2.2.7

11 Jun 12:30

Choose a tag to compare

Cypha v2.2.7 — 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.6...v2.2.7

v2.2.6

11 Jun 12:13

Choose a tag to compare

Cypha v2.2.6 — 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.5...v2.2.6

v2.2.5

11 Jun 11:32

Choose a tag to compare

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

v2.2.4

11 Jun 11:14

Choose a tag to compare

Cypha v2.2.4 — 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.3...v2.2.4

v2.2.3

11 Jun 10:13

Choose a tag to compare

Cypha v2.2.3 — 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.2...v2.2.3

v1.1.0

10 Jun 14:42

Choose a tag to compare

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