Skip to content

Commit 8eb0884

Browse files
committed
file_conflict_resolved
1 parent 5c86a13 commit 8eb0884

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
@@ -57,6 +57,7 @@
5757
'JAX_examples_image_segmentation.md',
5858
'JAX_Vision_transformer.md',
5959
'JAX_machine_translation.md',
60+
'data_loaders_for_multi_device_setups_with_jax.md',
6061
]
6162

6263
suppress_warnings = [
@@ -88,4 +89,5 @@
8889
'JAX_examples_image_segmentation.ipynb',
8990
'JAX_Vision_transformer.ipynb',
9091
'JAX_machine_translation.ipynb',
92+
'data_loaders_for_multi_device_setups_with_jax.ipynb',
9193
]

docs/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ JAX_basic_text_classification
1717
JAX_examples_image_segmentation
1818
JAX_Vision_transformer
1919
JAX_machine_translation
20+
data_loaders_for_multi_device_setups_with_jax
2021
```
2122

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

0 commit comments

Comments
 (0)