Skip to content

Commit

Permalink
Update nightly build instructions (pytorch#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Jun 7, 2024
1 parent ebeb77a commit 199ac0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ pip install torchao
```

Nightly Release
```Shell
pip install torchao-nightly
```Shell
pip install --pre torchao-nightly --index-url https://download.pytorch.org/whl/nightly/ # CUDA builds
pip install --pre torchao-nightly --index-url https://download.pytorch.org/whl/nightly/cpu # CPU only builds
```

From source
Expand Down

0 comments on commit 199ac0a

Please sign in to comment.