Skip to content

Commit

Permalink
Add the simple diffusion model tutorial (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
  • Loading branch information
lucianommartins and melissawm authored Nov 14, 2024
1 parent 12a0bb8 commit 0197a4b
Show file tree
Hide file tree
Showing 5 changed files with 1,948 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'getting_started_with_jax_for_AI.md',
'JAX_for_PyTorch_users.md',
'JAX_porting_PyTorch_model.md',
'digits_diffusion_model.md',
'JAX_for_LLM_pretraining.md',
]

Expand All @@ -64,5 +65,6 @@
nb_execution_excludepatterns = [
'JAX_for_PyTorch_users.ipynb',
'JAX_porting_PyTorch_model.ipynb',
'digits_diffusion_model.ipynb',
'JAX_for_LLM_pretraining.ipynb',
]
1,132 changes: 1,132 additions & 0 deletions docs/digits_diffusion_model.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0197a4b

Please sign in to comment.