File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments