Skip to content

Commit 15cc56f

Browse files
committed
file_conflict_resolved
1 parent 0d3ab93 commit 15cc56f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@
6767
'JAX_transformer_text_classification.md',
6868
'data_loaders_on_cpu_with_jax.md',
6969
'data_loaders_on_gpu_with_jax.md',
70+
'data_loaders_for_multi_device_setups_with_jax.md',
7071
]
7172

7273
suppress_warnings = [
7374
'misc.highlighting_failure', # Suppress warning in exception in digits_vae
75+
'mystnb.unknown_mime_type', # Suppress warning for unknown mime type (e.g. colab-display-data+json)
7476
]
7577

7678
# -- Options for myst ----------------------------------------------
@@ -104,4 +106,5 @@
104106
'JAX_transformer_text_classification.ipynb',
105107
'data_loaders_on_cpu_with_jax.ipynb',
106108
'data_loaders_on_gpu_with_jax.ipynb',
109+
'data_loaders_for_multi_device_setups_with_jax.ipynb',
107110
]

docs/source/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ JAX_time_series_classification
2525
JAX_transformer_text_classification
2626
data_loaders_on_cpu_with_jax
2727
data_loaders_on_gpu_with_jax
28+
data_loaders_for_multi_device_setups_with_jax
2829
```
2930

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

0 commit comments

Comments
 (0)