Skip to content

Commit 5c935a7

Browse files
jstacclaude
andauthored
Improve GPU admonition with clearer Colab instructions (#750)
Simplified the GPU admonition to focus on practical steps for accessing GPU resources through Google Colab. Removed technical details about CUDA and CUDANN that were not actionable for most users, and restructured the Colab access instructions as a numbered list for better clarity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1e2d0d3 commit 5c935a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lectures/_admonition/gpu.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
```{admonition} GPU
22
:class: warning
33
4-
This lecture was built using a machine with the latest CUDA and CUDANN frameworks installed with access to a GPU.
4+
This lecture was built using a machine with access to a GPU.
55
6-
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.
6+
[Google Colab](https://colab.research.google.com/) has a free tier with GPUs
7+
that you can access as follows:
78
8-
To run this lecture on your own machine, you need to install the software listed following this notice.
9+
1. Click on the "play" icon top right
10+
2. Select Colab
11+
3. Set the runtime environment to include a GPU
912
```

0 commit comments

Comments
 (0)