Skip to content

Commit f14a07f

Browse files
committed
file_conflict_resolved
1 parent 16107cd commit f14a07f

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
@@ -62,6 +62,7 @@
6262
'JAX_time_series_classification.md',
6363
'JAX_transformer_text_classification.md',
6464
'data_loaders_on_cpu_with_jax.md',
65+
'data_loaders_for_multi_device_setups_with_jax.md',
6566
]
6667

6768
suppress_warnings = [
@@ -98,4 +99,5 @@
9899
'JAX_time_series_classification.ipynb',
99100
'JAX_transformer_text_classification.ipynb',
100101
'data_loaders_on_cpu_with_jax.ipynb',
102+
'data_loaders_for_multi_device_setups_with_jax.ipynb',
101103
]

docs/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ JAX_image_captioning
2222
JAX_time_series_classification
2323
JAX_transformer_text_classification
2424
data_loaders_on_cpu_with_jax
25+
data_loaders_for_multi_device_setups_with_jax
2526
```
2627

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

0 commit comments

Comments
 (0)