Skip to content

Commit 0197a4b

Browse files
Add the simple diffusion model tutorial (#83)
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
1 parent 12a0bb8 commit 0197a4b

File tree

5 files changed

+1948
-1
lines changed

5 files changed

+1948
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-merge-conflict

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'getting_started_with_jax_for_AI.md',
3939
'JAX_for_PyTorch_users.md',
4040
'JAX_porting_PyTorch_model.md',
41+
'digits_diffusion_model.md',
4142
'JAX_for_LLM_pretraining.md',
4243
]
4344

@@ -64,5 +65,6 @@
6465
nb_execution_excludepatterns = [
6566
'JAX_for_PyTorch_users.ipynb',
6667
'JAX_porting_PyTorch_model.ipynb',
68+
'digits_diffusion_model.ipynb',
6769
'JAX_for_LLM_pretraining.ipynb',
6870
]

docs/digits_diffusion_model.ipynb

Lines changed: 1132 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)