Skip to content

Commit d0e388a

Browse files
committed
file_conflict_resolved
1 parent 2c2ff60 commit d0e388a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
'JAX_time_series_classification.md',
6767
'JAX_transformer_text_classification.md',
6868
'data_loaders_on_cpu_with_jax.md',
69+
'data_loaders_for_multi_device_setups_with_jax.md',
6970
]
7071

7172
suppress_warnings = [
@@ -102,4 +103,5 @@
102103
'JAX_time_series_classification.ipynb',
103104
'JAX_transformer_text_classification.ipynb',
104105
'data_loaders_on_cpu_with_jax.ipynb',
106+
'data_loaders_for_multi_device_setups_with_jax.ipynb',
105107
]

docs/source/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ JAX_image_captioning
2424
JAX_time_series_classification
2525
JAX_transformer_text_classification
2626
data_loaders_on_cpu_with_jax
27+
data_loaders_for_multi_device_setups_with_jax
2728
```
2829

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

0 commit comments

Comments
 (0)