Skip to content

Commit b18e003

Browse files
mckornfieldCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Matt Kornfield <mckornfield@gmail.com> Signed-off-by: Matt Kornfield <mckornfield@gmail.com>
1 parent 86a7a20 commit b18e003

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/user-guide/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@ indexes outside PyPI. You must pass the extra index URLs shown below.
4848

4949
=== "CPU (macOS / Linux without GPU)"
5050

51-
On **macOS**, PyTorch ships standard wheels on PyPI, so no extra
52-
indexes are needed beyond the NVIDIA Artifactory index.
51+
On **macOS**, PyTorch ships standard wheels on PyPI, so no extra indexes are needed.
5352

5453
On **Linux**, the CPU-only PyTorch wheels (`+cpu` local version) are hosted
5554
on a separate PyTorch index.
5655

5756
=== "pip (macOS)"
5857

5958
```bash
60-
pip install "nemo-safe-synthesizer[cpu,engine]" \
59+
pip install "nemo-safe-synthesizer[cpu,engine]"
6160
```
6261

6362
=== "pip (Linux)"
@@ -102,8 +101,7 @@ indexes outside PyPI. You must pass the extra index URLs shown below.
102101

103102
=== "Bare package for config definitions"
104103

105-
The bare package has no PyTorch or FlashInfer dependencies, so only the
106-
NVIDIA Artifactory index is required.
104+
The bare package has no PyTorch or FlashInfer dependencies.
107105

108106
=== "pip"
109107

0 commit comments

Comments
 (0)