From 5173978e5abe3a7fa1134777a017b8f8ec528cc6 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Sat, 18 Jul 2026 21:22:35 +1000 Subject: [PATCH] Add translated _admonition/gpu.md mix_model.md on main and several resync branches (e.g. ifp_egm) include _admonition/gpu.md, which never existed in this repo. Translated from the English source's lectures/_admonition/gpu.md. Co-Authored-By: Claude Fable 5 --- lectures/_admonition/gpu.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lectures/_admonition/gpu.md diff --git a/lectures/_admonition/gpu.md b/lectures/_admonition/gpu.md new file mode 100644 index 0000000..964af80 --- /dev/null +++ b/lectures/_admonition/gpu.md @@ -0,0 +1,11 @@ +```{admonition} GPU +:class: warning + +本讲座是在配有GPU的机器上构建的——不过没有GPU也可以运行。 + +[Google Colab](https://colab.research.google.com/) 提供带GPU的免费套餐,使用方法如下: + +1. 点击右上角的"播放"图标 +2. 选择 Colab +3. 将运行时环境设置为包含GPU +```