Skip to content

Verathos v0.1.36 — Runtime and Capacity Stability

Choose a tag to compare

@Keplerteron Keplerteron released this 12 Aug 09:14

This release improves miner runtime stability, hot-capacity auditing and
validator consequence accounting while preserving the Gleipnir v3 proof wire,
signed model artifacts and proof tolerances.

Highlights

  • Isolates stochastic sampling state so sampled requests remain healthy after
    compiled CUDA-graph warmup and recovery paths.
  • Makes concurrent hot-capacity workers load their authenticated native module
    without racing through a shared temporary library.
  • Applies capacity consequences only to the affected eligible endpoint and
    excludes historical, observation-only and post-reset-ineligible evidence.
  • Serializes validator probation-state persistence so concurrent audit results
    cannot lose or overwrite sidecar updates.
  • Aligns authenticated GDN replay joins with the existing fixed one-LSB
    capture-requantization rule without widening a signed tolerance.
  • Enforces proof-safe FP8 backend defaults before model load and fails clearly
    on an explicitly incompatible backend override.
  • Improves clean H100 setup by provisioning the matching compiler required for
    one-time FlashInfer kernel generation and reusing fingerprinted compile
    caches across sibling endpoints.

Updating

  • Miners advance to v0.1.36.
  • Validators and proxies advance to v0.1.36.
  • The subnet specification version advances to 1036.
  • No model artifact, proof format, runtime flag or model requalification is
    required.

Validation

  • Exact Qwen3.6-27B-FP8 A100 startup passed with compiled CUDA graphs, default
    0.80 GPU utilization, 262,144-token capacity and 128 concurrent sequences.
  • Maximum admitted stochastic serving passed 128/128 requests, followed by
    successful recovery requests and a complete compact-v9 hard audit.
  • The measured hard audit completed in 20.03 s proving and 5.42 s
    verification with a 7,477,709-byte proof.
  • Four simultaneous production-geometry hot-capacity workers passed 4/4;
    each completed the timed workload in 19.58--19.60 s and locally verified
    its proof.
  • Focused stochastic/native, validator/accounting/database, startup-guard,
    version and auto-update suites passed. Retained GDN tamper cases remained
    rejected.
  • Exact-origin packaging passed 299/299 Python parses, 12/12 wheel
    checks and all 117 protected shared libraries with no missing runtime
    dependency.

The formal release tag is v0.1.36, aligning the GitHub release, public
specification and changed role versions on one monotonic release train.

Full Changelog: v0.1.35...v0.1.36