Skip to content

Commit

Permalink
Merge pull request #346 from fllinares:custom_loop_pmap_example
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 489975655
  • Loading branch information
JAXopt authors committed Nov 21, 2022
2 parents 3828913 + 453dc87 commit 238fcb4
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'**.ipynb_checkpoints',
# Ignore markdown source for notebooks; myst-nb builds from the ipynb
'notebooks/deep_learning/*.md',
'notebooks/distributed/*.md',
'notebooks/implicit_diff/*.md']


Expand Down Expand Up @@ -132,6 +133,7 @@
nb_execution_excludepatterns = [
# Slow notebook
'notebooks/deep_learning/*.*',
'notebooks/distributed/*.*',
'notebooks/implicit_diff/dataset_distillation.*',
'notebooks/implicit_diff/maml.*',
]
Loading

0 comments on commit 238fcb4

Please sign in to comment.