Skip to content

Commit fd8d211

Browse files
committed
notebook_added_to_config
1 parent 763b3c8 commit fd8d211

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
'JAX_image_captioning.md',
6262
'JAX_time_series_classification.md',
6363
'JAX_transformer_text_classification.md',
64+
'data_loaders_on_cpu_with_jax.md',
6465
]
6566

6667
suppress_warnings = [
@@ -96,4 +97,5 @@
9697
'JAX_image_captioning.ipynb',
9798
'JAX_time_series_classification.ipynb',
9899
'JAX_transformer_text_classification.ipynb',
100+
'data_loaders_on_cpu_with_jax.ipynb',
99101
]

docs/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ JAX_visualizing_models_metrics
2121
JAX_image_captioning
2222
JAX_time_series_classification
2323
JAX_transformer_text_classification
24+
data_loaders_on_cpu_with_jax
2425
```
2526

2627
Once you've gone through this content, you can refer to package-specific

0 commit comments

Comments
 (0)