Skip to content

Commit 831a0c0

Browse files
committed
explain how to use High-RAM runtimes
1 parent a048362 commit 831a0c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assignments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ You'll create your own notebook.
9494

9595
The runtime is [the place where Python is installed and the code is actually executing](https://docs.jupyter.org/en/stable/projects/kernels.html#kernels), in the cloud somewhere. If your runtime is repeatedly crashing, you're probably running out of memory.
9696

97-
- [Get more memory through Colab Pro](hw_0.ipynb#one-time-setup), if you haven't already.
97+
- Get more memory in Colab:
98+
1. [Sign up for free Colab Pro](hw_0.ipynb#one-time-setup), if you haven't already.
99+
1. In the bottom-right corner, click `Python 3`.
100+
1. Click `Change runtime type`.
101+
1. Turn `High-RAM` ([Random Access Memory](https://simple.wikipedia.org/wiki/Random-access_memory)) on.
98102
- Make sure you aren't loading data you don't need.
99103
- If loading a new dataset, [make it smaller](assignments/open_ended.md#reducing-data-size)

0 commit comments

Comments
 (0)