Skip to content

Initial Verification Run#1181

Merged
jlarson4 merged 27 commits intodev-3.x-canaryfrom
testing/initial-verification-run
Feb 26, 2026
Merged

Initial Verification Run#1181
jlarson4 merged 27 commits intodev-3.x-canaryfrom
testing/initial-verification-run

Conversation

@jlarson4
Copy link
Collaborator

@jlarson4 jlarson4 commented Feb 23, 2026

Description

Running the verify_models.py script on the top 10 downloaded models for each architecture & ensuring compatibility where possible.

  • Update the docs to include a filterable table of model information
  • Update benchmarks to improve memory efficiency and ensure caches are properly cleared when running on MPS
    • Specifically, added a conserve memory flag, to reduce model load size to 1x in Phase 1, to allow larger models to run
  • Add rope_theta handling to loading_from_pretrained for transformers v5
  • Fix for missing position_ids in some models
  • Updated supported_models and verification_history to include the latest benchmark run results
  • Added additional flags and improvements to verify_models.py to ensure more models run correctly

Details

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Screenshots

New DOCS page for supported TransformerBridge model support:
transformerbridge-model-table

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have not rewritten tests relating to key interfaces which would affect backward compatibility

bryce13950 and others added 18 commits January 2, 2026 22:36
… compatibility reporting

- Added batch verification system (verify_models.py) with status codes (0=unverified, 1=verified, 2=skipped, 3=failed)
- HF scraper with min_downloads=500 threshold (4,846 models across 20 architectures)
- 58 models verified, HF token sanitization in verification notes
- Registry data stored in single supported_models.json and verification_history.json files
- API, validation, and benchmark tooling updated for new registry format
…enting verification changes via a new page in the docs site.
@jlarson4 jlarson4 changed the base branch from automatic-model-compat-reporting to dev-3.x-canary February 23, 2026 17:50
@jlarson4 jlarson4 marked this pull request as ready for review February 23, 2026 17:57
@jlarson4 jlarson4 merged commit db2101b into dev-3.x-canary Feb 26, 2026
15 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.

2 participants