File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 67
67
'JAX_transformer_text_classification.md' ,
68
68
'data_loaders_on_cpu_with_jax.md' ,
69
69
'data_loaders_on_gpu_with_jax.md' ,
70
+ 'data_loaders_for_multi_device_setups_with_jax.md' ,
70
71
]
71
72
72
73
suppress_warnings = [
73
74
'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)
74
76
]
75
77
76
78
# -- Options for myst ----------------------------------------------
104
106
'JAX_transformer_text_classification.ipynb' ,
105
107
'data_loaders_on_cpu_with_jax.ipynb' ,
106
108
'data_loaders_on_gpu_with_jax.ipynb' ,
109
+ 'data_loaders_for_multi_device_setups_with_jax.ipynb' ,
107
110
]
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ JAX_time_series_classification
25
25
JAX_transformer_text_classification
26
26
data_loaders_on_cpu_with_jax
27
27
data_loaders_on_gpu_with_jax
28
+ data_loaders_for_multi_device_setups_with_jax
28
29
```
29
30
30
31
Once you've gone through this content, you can refer to package-specific
You can’t perform that action at this time.
0 commit comments