From bec12474a675474d2f787cfda7b9a23a4de238b4 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 13 Jan 2026 10:34:12 +1100 Subject: [PATCH] Update GPU admonition to clarify lectures run on CPUs - Modified gpu.md to indicate lectures will run without a GPU - Incorporates feedback from @jstac - Harmonizes messaging across lecture repositories --- lectures/_admonition/gpu.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lectures/_admonition/gpu.md b/lectures/_admonition/gpu.md index 8f2e2bd..0bdab1d 100644 --- a/lectures/_admonition/gpu.md +++ b/lectures/_admonition/gpu.md @@ -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 --- although it will also run without one. -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 ```