Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions lectures/_admonition/gpu.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
```{admonition} GPU
:class: warning

This lecture was built using a machine with the latest CUDA and CUDANN frameworks installed with access to a GPU.
This lecture was built using a machine with access to a GPU.

To run this lecture on [Google Colab](https://colab.research.google.com/), click on the "play" icon top right, select Colab, and set the runtime environment to include a GPU.
[Google Colab](https://colab.research.google.com/) has a free tier with GPUs
that you can access as follows:

To run this lecture on your own machine, you need to install the software listed following this notice.
1. Click on the "play" icon top right
2. Select Colab
3. Set the runtime environment to include a GPU
```
Loading