Skip to content

Commit 6600b2e

Browse files
committed
Adding tutorial for data loaders on gpu with jax (#109)
1 parent 48675e8 commit 6600b2e

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
@@ -68,6 +68,7 @@
6868
'data_loaders_on_cpu_with_jax.md',
6969
'data_loaders_on_gpu_with_jax.md',
7070
'data_loaders_for_multi_device_setups_with_jax.md',
71+
'data_loaders_on_gpu_with_jax.md',
7172
]
7273

7374
suppress_warnings = [
@@ -107,4 +108,5 @@
107108
'data_loaders_on_cpu_with_jax.ipynb',
108109
'data_loaders_on_gpu_with_jax.ipynb',
109110
'data_loaders_for_multi_device_setups_with_jax.ipynb',
111+
'data_loaders_on_gpu_with_jax.ipynb',
110112
]

docs/source/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ JAX_transformer_text_classification
2626
data_loaders_on_cpu_with_jax
2727
data_loaders_on_gpu_with_jax
2828
data_loaders_for_multi_device_setups_with_jax
29+
data_loaders_on_gpu_with_jax
2930
```
3031

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

0 commit comments

Comments
 (0)