Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fdddf7c
created initial model registry tool
bryce13950 Jan 2, 2026
f9ad59c
fixed some formatting issues
bryce13950 Jan 8, 2026
aa0f5b8
ran format
bryce13950 Jan 8, 2026
fd43ac2
Merge remote-tracking branch 'origin/dev-3.x' into automatic-model-co…
jlarson4 Feb 6, 2026
53d3af2
Merge remote-tracking branch 'origin/dev-3.x' into automatic-model-co…
jlarson4 Feb 13, 2026
7026749
Updated to resolve merge issues, added verification system with model…
jlarson4 Feb 13, 2026
dd51a77
Merge remote-tracking branch 'origin/dev-3.x' into automatic-model-co…
jlarson4 Feb 14, 2026
f100d6a
Model registry updates, including new report generation and alias dri…
jlarson4 Feb 15, 2026
b8cb629
Merge branch 'dev-3.x' into automatic-model-compat-reporting
Feb 18, 2026
37372b7
Merge remote-tracking branch 'origin/dev-3.x-canary' into automatic-m…
jlarson4 Feb 19, 2026
fa5fe54
Initial pass test of all architecture adapters
jlarson4 Feb 20, 2026
1db2be7
Updating the last adapters to ensure successful runs
jlarson4 Feb 21, 2026
a4e7a5f
Type and format fixes before PR
jlarson4 Feb 21, 2026
7068fd8
First verification test of the top 10 models for each language. Docum…
jlarson4 Feb 23, 2026
0470b03
Fixed initial issues with Gemma models, OLMo2, OpenELM, and Llama.
jlarson4 Feb 23, 2026
ffda63f
Additional smaller fixes for other popular models
jlarson4 Feb 23, 2026
d892d38
Added single model run for verify models
jlarson4 Feb 23, 2026
9c6d2ad
Resolving format issues
jlarson4 Feb 23, 2026
4d74dd9
Merge remote-tracking branch 'origin/dev-3.x-canary' into testing/ini…
jlarson4 Feb 23, 2026
551dd2b
Updated to include verification of the R1 distills
jlarson4 Feb 23, 2026
8672f38
fixed bug where cfg.d_mlp was sometimes dropped
jlarson4 Feb 23, 2026
35ace6e
Additional batch of model verification and verification system improv…
jlarson4 Feb 24, 2026
824a3c4
Gemma3 issue resolutions
jlarson4 Feb 24, 2026
33358f7
Updating docs to add a prefix filter
jlarson4 Feb 24, 2026
a1e4c68
Updating supported models to properly track text quality
jlarson4 Feb 25, 2026
e1bbeb4
Additional Partial verification, added text quality to supported mode…
jlarson4 Feb 26, 2026
2d3dadf
Docstring test fix
jlarson4 Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1
matrix:
python-version:
- "3.10"
Expand Down
552 changes: 550 additions & 2 deletions docs/make_docs.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/source/_static/supported_models.json
Loading