Skip to content

Commit a4c13f6

Browse files
Apply suggestions from code review
Capitalizations Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 610bbfe commit a4c13f6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/package-manager/installing-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The **PyTorch backend** determines which GPU acceleration library your package u
103103
| **MPS** | macOS | Apple Silicon (M1 and newer) | Apple's Metal Performance Shaders backend. Included with PyTorch on macOS; no additional setup required. |
104104
| **CPU** | All | None | Runs entirely on the CPU. Significantly slower than any GPU backend. Suitable only for testing or systems with no compatible GPU. |
105105

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 First Launch 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.
107107

108108
> **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.
109109
@@ -134,25 +134,25 @@ The progress dialog shows a real-time log of each step. If any step fails, the d
134134
| First install (no cached wheels) | 5–15 minutes |
135135
| Slow connection or CPU-only install | 10–25 minutes |
136136

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.
138138
139139
## One-Click Install
140140

141141
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.
142142

143143
### How It Works
144144

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.
146146

147-
2. **Automatic configuration**: the one-click flow selects sensible defaults automatically:
147+
2. **Automatic configuration**: The one-click flow selects sensible defaults automatically:
148148
- The **latest release version** (or latest commit, for packages without releases).
149149
- The **recommended PyTorch backend** detected from your hardware.
150150
- The **recommended shared folder method** (symlinks for most packages).
151151
- The **package's recommended default Python version**.
152152

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.
154154

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.
156156

157157
### Skipping One-Click Install
158158

0 commit comments

Comments
 (0)