Skip to content

v0.19.1: Fix HuggingFace path to nadirclaw/cascade-verifier-v1#62

Merged
doramirdor merged 1 commit into
mainfrom
fix/hf-path-v0.19.1
May 29, 2026
Merged

v0.19.1: Fix HuggingFace path to nadirclaw/cascade-verifier-v1#62
doramirdor merged 1 commit into
mainfrom
fix/hf-path-v0.19.1

Conversation

@doramirdor
Copy link
Copy Markdown
Collaborator

Summary

v0.19.0 shipped with the TrainedVerifier hardcoded to load weights from NadirRouter/cascade-verifier-v1, but the weights are actually published at nadirclaw/cascade-verifier-v1 under the existing nadirclaw HuggingFace org. As shipped, pip install nadirclaw[trained] + n2_trained profile would 404 on first call.

This patch updates every reference (default constant, schema default, n2_trained YAML, README, tests) to the actual published location. No API change. pip install nadirclaw[trained] now works end-to-end.

Files touched

  • pyproject.toml (comment) + version bump in nadirclaw/__init__.py (0.19.0 → 0.19.1)
  • README.md (heading + HF link)
  • nadirclaw/trained_verifier.py (DEFAULT_MODEL_ID + docstrings)
  • nadirclaw/cascade.py (comment)
  • nadirclaw/tier_config/schema.py (default value + comment)
  • nadirclaw/tier_config/profiles/n2_trained.yaml (default + comment)
  • tests/test_trained_verifier.py (assertions)

Test plan

  • pytest tests/test_trained_verifier.py -v — 8 passed, 1 skipped (heavy-weight gated test)
  • grep -rn "NadirRouter/cascade-verifier" — zero matches
  • CI green on this PR

Why this matters

This closes the reproducibility commitment in the RouterArena PR #112 submission (arena_F 0.7358). With the corrected path, anyone can reproduce the score end-to-end with the open-source router.

Weights published at https://huggingface.co/nadirclaw/cascade-verifier-v1
(not NadirRouter as v0.19.0 assumed). This patch updates the default
DEFAULT_MODEL_ID, the n2_trained profile, schema defaults, README, and
tests to match the actual published location.

No API change. `pip install nadirclaw[trained]` now works end-to-end.

Repo: https://github.com/NadirRouter/NadirClaw
Service: https://getnadir.com
@doramirdor doramirdor merged commit 52b795a into main May 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant