Skip to content

Commit e002d4f

Browse files
authored
Add missing font file and GPU admonition (#23)
- Add SourceHanSerifSC-SemiBold.otf for Chinese character rendering in matplotlib plots (from lecture-intro.zh-cn) - Add lectures/_admonition/gpu.md (translated GPU warning for jax_intro and numpy_vs_numba_vs_jax)
1 parent ff4f82b commit e002d4f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lectures/_admonition/gpu.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
```{admonition} GPU
2+
:class: warning
3+
4+
本讲座使用了配备 GPU 的机器进行构建——但没有 GPU 也可以运行。
5+
6+
[Google Colab](https://colab.research.google.com/) 提供了免费的 GPU 访问,
7+
您可以按照以下步骤使用:
8+
9+
1. 点击右上角的"play"图标
10+
2. 选择 Colab
11+
3. 将运行时环境设置为包含 GPU
12+
```
23.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)