ruvector/crates/ruvllm/src
rUv 063c838c5d feat: implement ADR-129 training pipeline and TurboQuant sidecar infra
Training tooling:
- release_gate.py: Automated 7-gate ship/no-ship checker (G1-G7)
- export_training_data.py: Dataset export with governance (schema,
  dedup, quality scoring, contamination check)
- contamination_check.py: 13-gram eval contamination detection
- run_calibration.py: Phase 1 imatrix + TurboQuant profiling
- run_sft.py: Phase 2 LoRA SFT + DPO training
- deploy_training.sh: Cloud Run job creation + Vertex AI setup
- Dockerfile: GPU training image (transformers + peft + trl)

Rust infrastructure:
- turboquant_profile.rs: .turboquant.json sidecar config loading,
  per-layer TQ config discovery, default profiles

Ref: ADR-129, #310

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-28 02:27:32 +00:00
..
backends style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
bitnet feat(ruvllm): implement ADR-092 MoE Memory-Aware Routing 2026-03-12 15:00:59 -04:00
claude_flow fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
context style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
evaluation fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
gguf fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
hub style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
intelligence fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
kernels fix: add missing pg17 feature flag in pgrx test commands and fix rustdoc link errors 2026-02-21 22:44:28 +00:00
lora style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
metal fix(ci): Apple Silicon tests and gitignore improvements 2026-03-16 23:21:02 -04:00
models style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
moe perf(ruvllm): optimize MoE routing with buffer reuse and optional metrics 2026-03-12 23:27:00 -04:00
optimization style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
qat style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00
quality fix: add missing pg17 feature flag in pgrx test commands and fix rustdoc link errors 2026-02-21 22:44:28 +00:00
quantize feat: implement ADR-129 training pipeline and TurboQuant sidecar infra 2026-03-28 02:27:32 +00:00
reasoning_bank style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
reflection fix: add missing pg17 feature flag in pgrx test commands and fix rustdoc link errors 2026-02-21 22:44:28 +00:00
serving style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
sona style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
tests style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
training style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
adapter_manager.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
autodetect.rs feat: Implement BitNet inference stack — TL1 kernel, backend, GGUF export, RLM refiner 2026-02-03 14:34:37 +00:00
capabilities.rs feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
error.rs feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
kv_cache.rs style(ruvllm): fix rustfmt formatting in turbo_quant and kv_cache 2026-03-25 13:43:36 +00:00
lib.rs fix: CI clippy errors and Windows test failures 2026-03-16 23:21:01 -04:00
memory_pool.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
paged_attention.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
policy_store.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
ruvector_integration.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
session.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
session_index.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
speculative.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
tokenizer.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
types.rs feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
witness_log.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00