Skip to content

Commit c8d9fa5

Browse files
authored
Update nightly build instructions (#334)
1 parent ff42c85 commit c8d9fa5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ pip install torchao
1818
```
1919

2020
Nightly Release
21-
```Shell
22-
pip install torchao-nightly
21+
```Shell
22+
pip install --pre torchao-nightly --index-url https://download.pytorch.org/whl/nightly/ # CUDA builds
23+
pip install --pre torchao-nightly --index-url https://download.pytorch.org/whl/nightly/cpu # CPU only builds
2324
```
2425

2526
From source

0 commit comments

Comments
 (0)