Skip to content

Commit

Permalink
Fix install instructions in README (NVIDIA#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wolf <[email protected]>
  • Loading branch information
ryantwolf authored Oct 25, 2024
1 parent c60c6e6 commit 1cc6d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pip install --extra-index-url https://pypi.nvidia.com nemo-curator[all]
```bash
git clone https://github.com/NVIDIA/NeMo-Curator.git
pip install cython
pip install ./NeMo-Curator[all]
pip install --extra-index-url https://pypi.nvidia.com "./NeMo-Curator[all]"
```

#### NeMo Framework Container
Expand All @@ -102,7 +102,7 @@ The latest release of NeMo Curator comes preinstalled in the [NeMo Framework Con
pip uninstall nemo-curator
rm -r /opt/NeMo-Curator
git clone https://github.com/NVIDIA/NeMo-Curator.git /opt/NeMo-Curator
pip install --extra-index-url https://pypi.nvidia.com /opt/NeMo-Curator[all]
pip install --extra-index-url https://pypi.nvidia.com "/opt/NeMo-Curator[all]"
```

#### Extras
Expand Down

0 comments on commit 1cc6d7a

Please sign in to comment.