Skip to content

fix(prism): hub top-model pack for novel custom arches - #138

Merged
echobt merged 4 commits into
mainfrom
fix/hf-topmodel-custom-arch
Aug 13, 2026
Merged

fix(prism): hub top-model pack for novel custom arches#138
echobt merged 4 commits into
mainfrom
fix/hf-topmodel-custom-arch

Conversation

@echobt

Copy link
Copy Markdown
Contributor

Summary

  • Retarget HuggingFace top-model publish to BaseIntelligence/top-prism-architecture.
  • Publish a reloadable custom-arch pack: seam sources, AutoModel novelty under sources/, config.json + trust_remote_code wrappers, and checkpoint.pt (LFS when large)—not source-only stock cards.
  • Compose / docs / secrets README updated; token remains host-only (deploy/secrets/* gitignored).

Test plan

  • cargo test -p prism-registry --lib
  • After merge + deploy: container env has PRISM_TOPMODEL_HF_REPO=BaseIntelligence/top-prism-architecture and can read token file (0400, uid 65532)
  • Next global-best publish lands on the new Hub repo with sources/ + wrappers

Publish reloadable sources + trust_remote_code wrappers + checkpoint (LFS)
to BaseIntelligence/top-prism-architecture instead of source-only stock cards.
@coderabbitai

coderabbitaiBot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@echobt, you've reached your PR review limit, so we couldn't start this review.

Next review available in:25 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 20850691-2812-4da2-93a0-1f1ba9cffe73

📥 Commits

Reviewing files that changed from the base of the PR and between 2927f6c and 612ddc5.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (12)
  • crates/prism-registry/Cargo.toml
  • crates/prism-registry/src/hf.rs
  • crates/prism-registry/src/hooks.rs
  • crates/prism-registry/src/lib.rs
  • crates/prism-registry/src/publish.rs
  • deploy/compose/env-prod.yml
  • deploy/compose/env-staging.yml
  • deploy/env/prism-challenge.env.example
  • deploy/secrets/README.md
  • docker-compose.yml
  • docs/PRISM.md
  • docs/external-miner/prism.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@echobt
echobt merged commit b656bb8 into mainAug 13, 2026
4 checks passed
echobt added a commit that referenced this pull request Aug 13, 2026
Ship tip #136+#138+#139+#140 (v3 battery, HF top-model, AutoModel-only weights, mid-flight resume). Local pg dump taken pre-promote at /tmp/base-prod-pre-a38dad2b-*.sql.gz.
Sign up for freeto 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

@echobt