You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Allow data and output directories of tutorials to be specified (#125)
* ENH: Allow data and output directories of tutorials to be specified
These directories now consume tens of gigabytes. These changes
allow the source and data directories to be separate.
Also allows testing to wipe the source directory without having to
re-download data.
* STYLE: Fix line lengths etc
Copy file name to clipboardExpand all lines: docs/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Prerequisites
10
10
System Requirements
11
11
-------------------
12
12
13
-
* **Python**: 3.10, 3.11, or 3.12
13
+
* **Python**: 3.11, 3.12, or 3.13
14
14
* **GPU**: NVIDIA GPU with CUDA 13 — required for full capability and best performance; a CPU-only PyPI installation is a supported fallback, but it is slow, emits a runtime warning, and cannot run the AI-surrogate workflows
15
15
* **RAM**: 16GB minimum (32GB+ recommended for large datasets)
16
16
* **Storage**: 10GB+ for package and model weights
0 commit comments