Skip to content

Commit 4e69db8

Browse files
felipemello1Felipe Mello
andauthored
add upgrade to pip command (#1687)
Co-authored-by: Felipe Mello <[email protected]>
1 parent aa5c90e commit 4e69db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ pip install torchtune
119119

120120
```bash
121121
# Install PyTorch, torchvision, torchao nightlies
122-
pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121
123-
pip install --pre torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu
122+
pip install --pre --upgrade torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121
123+
pip install --pre --upgrade torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu
124124
```
125125

126126
You can also check out our [install documentation](https://pytorch.org/torchtune/main/install.html) for more information, including installing torchtune from source.

0 commit comments

Comments
 (0)