Fix typo
Browse files- run_AIFS_v1.ipynb +1 -1
run_AIFS_v1.ipynb
CHANGED
@@ -547,7 +547,7 @@
|
|
547 |
"cell_type": "markdown",
|
548 |
"metadata": {},
|
549 |
"source": [
|
550 |
-
"To reduce the memory usage of the model
|
551 |
"Please refer to:\n",
|
552 |
"- https://anemoi.readthedocs.io/projects/models/en/latest/modules/layers.html#anemoi-inference-num-chunks\n",
|
553 |
"- https://pytorch.org/docs/stable/notes/cuda.html#optimizing-memory-usage-with-pytorch-cuda-alloc-conf\n",
|
|
|
547 |
"cell_type": "markdown",
|
548 |
"metadata": {},
|
549 |
"source": [
|
550 |
+
"To reduce the memory usage of the model certain environment variables can be set, like the number of chunks of the model's mapper.\n",
|
551 |
"Please refer to:\n",
|
552 |
"- https://anemoi.readthedocs.io/projects/models/en/latest/modules/layers.html#anemoi-inference-num-chunks\n",
|
553 |
"- https://pytorch.org/docs/stable/notes/cuda.html#optimizing-memory-usage-with-pytorch-cuda-alloc-conf\n",
|