@@ -19,9 +19,10 @@ kernelspec:
|
19 | 19 | |
20 | 20 | # Wealth Distribution Dynamics |
21 | 21 | |
22 | | -```{admonition} GPU Warning |
23 | | -:class: dropdown, warning |
24 | | -This lecture is built using [hardware](status:machine-details) that has access to a GPU and uses JAX for GPU programming. As a result, the lecture will be slower when running on a machine without a GPU. |
| 22 | +```{admonition} GPU in use |
| 23 | +:class: warning |
| 24 | + |
| 25 | +This lecture is accelerated via [hardware](status:machine-details) that has access to a GPU and JAX for GPU programming. |
25 | 26 | |
26 | 27 | Free GPUs are available on Google Colab. To use this option, please click on the play icon top right, select Colab, and set the runtime environment to include a GPU. |
27 | 28 | |
|