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
Copy file name to clipboardExpand all lines: docs/package-manager/installing-packages.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ The **PyTorch backend** determines which GPU acceleration library your package u
103
103
|**MPS**| macOS | Apple Silicon (M1 and newer) | Apple's Metal Performance Shaders backend. Included with PyTorch on macOS; no additional setup required. |
104
104
|**CPU**| All | None | Runs entirely on the CPU. Significantly slower than any GPU backend. Suitable only for testing or systems with no compatible GPU. |
105
105
106
-
The pre-selected backend is determined by Default GPU selected at First-Launch or in Default GPU setting, along with internal recommended Torch checks Stability Matrix determines based on detected hardware. If a package does not support your detected GPU, the recommended default will fall back to CPU.
106
+
The pre-selected backend is determined by the Default GPU selected at FirstLaunch or in the Default GPU setting, along with internal recommended Torch checks that Stability Matrix determines based on detected hardware. If a package does not support your detected GPU, the recommended default will fall back to CPU.
107
107
108
108
> **Note:** The PyTorch backend is selected at install time, but can be changed afterward via the **Python Packages** dialog — accessible from the package's three-dot menu on the Packages screen. A planned Python Environment Management page will cover this in more detail.
109
109
@@ -134,25 +134,25 @@ The progress dialog shows a real-time log of each step. If any step fails, the d
134
134
| First install (no cached wheels) | 5–15 minutes |
135
135
| Slow connection or CPU-only install | 10–25 minutes |
136
136
137
-
> **Note:** PyTorch wheels are large and the multiple WHL files needed can accumulate to several GBs or more in total download size depending on the backend used. The first installation on a fresh system downloads these wheels. Subsequent installs reuse cached wheels, making them significantly faster.
137
+
> **Note:** PyTorch wheels are large and the multiple `.whl` files needed can accumulate to several GB or more in total download size depending on the backend used. The first installation on a fresh system downloads these wheels. Subsequent installs reuse cached wheels, making them significantly faster.
138
138
139
139
## One-Click Install
140
140
141
141
For new users, Stability Matrix offers a streamlined **one-click install** experience that appears on first launch. This guided flow installs a recommended package with sensible defaults, requiring no configuration decisions.
142
142
143
143
### How It Works
144
144
145
-
1.**Welcome dialog**: on the first launch after a fresh install, Stability Matrix presents a welcome screen with a brief explanation and a large **Install** button. The first compatible package that offers one-click installation is pre-selected; you can choose a different package from the dropdown if desired.
145
+
1.**Welcome dialog**: On the first launch after a fresh install, Stability Matrix presents a welcome screen with a brief explanation and a large **Install** button. The first compatible package that offers one-click installation is pre-selected; you can choose a different package from the dropdown if desired.
146
146
147
-
2.**Automatic configuration**: the one-click flow selects sensible defaults automatically:
147
+
2.**Automatic configuration**: The one-click flow selects sensible defaults automatically:
148
148
- The **latest release version** (or latest commit, for packages without releases).
149
149
- The **recommended PyTorch backend** detected from your hardware.
150
150
- The **recommended shared folder method** (symlinks for most packages).
151
151
- The **package's recommended default Python version**.
152
152
153
-
3.**Installation**: clicking Install runs the same step pipeline described in [Installation Progress](#installation-progress). A progress bar shows the current status, and status text updates as each step completes.
153
+
3.**Installation**: Clicking Install runs the same step pipeline described in [Installation Progress](#installation-progress). A progress bar shows the current status, and status text updates as each step completes.
154
154
155
-
4.**Post-install**: after successful installation, a brief countdown appears and the dialog closes, returning you to the Packages screen with the newly installed package ready to launch.
155
+
4.**Post-install**: After successful installation, a brief countdown appears and the dialog closes, returning you to the Packages screen with the newly installed package ready to launch.
0 commit comments