Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove notebook exceptions in docs_nnx doctest #4285

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/flax_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uv-version: "0.3.0"
- name: Install standalone dependencies only
run: |
uv sync --locked --extra all
uv sync --extra all
- name: Test importing Flax
run: |
uv run python -c "import flax"
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Install dependencies
run: |
uv sync --locked --extra all --extra testing --extra docs
uv sync --extra all --extra testing --extra docs
uv pip install ./flaxlib
- name: Install JAX
run: |
Expand Down
3 changes: 0 additions & 3 deletions docs_nnx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@
'transfer_learning.ipynb', # <-- transformers requires flax<=0.7.0
'flax/nnx', # exclude nnx
'guides/demo.ipynb', # TODO(cgarciae): broken, remove or update
'guides/why.ipynb', # TODO(cgarciae): broken, remove in favor on the new guide
'guides/flax_gspmd.ipynb', # TODO(IvyZX): broken, needs to be updated
'guides/surgery.ipynb', # TODO(IvyZX): broken, needs to be updated
]
# raise exceptions on execution so CI can catch errors
nb_execution_allow_errors = False
Expand Down
Loading
Loading