Skip to content

Commit d5561da

Browse files
authored
Merge pull request #1185 from TransformerLensOrg/dev-3.x-canary
Prepping for v3.0.0b2
2 parents b9e6bb1 + 8210b99 commit d5561da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+78278
-2517
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
fail-fast: false
51+
max-parallel: 1
5152
matrix:
5253
python-version:
5354
- "3.10"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ docs/source/generated
2323
**.orig
2424
.venv
2525
.env
26+
transformer_lens/tools/model_registry/data/verification_checkpoint.json

docs/make_docs.py

Lines changed: 553 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../transformer_lens/tools/model_registry/data/supported_models.json

0 commit comments

Comments
 (0)