Skip to content

Commit b9c51b7

Browse files
HDCharlesatalman
andauthored
Updating Cuda 12.1/12.4 to 12.4/12.6 to reflect current state (#1794)
* Updating Cuda 12.1/12.4 to 12.4/12.6 to reflect current state We haven't release 12.1 binaries since 0.7.0 https://download.pytorch.org/whl/torchao/ https://download.pytorch.org/whl/nightly/torchao/ * Update README.md Co-authored-by: Andrey Talman <atalman@fb.com> * Update README.md --------- Co-authored-by: Andrey Talman <atalman@fb.com>
1 parent 79e3366 commit b9c51b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,20 +159,20 @@ Things we're excited about but need more time to cook in the oven
159159

160160
`torchao` makes liberal use of several new features in Pytorch, it's recommended to use it with the current nightly or latest stable version of PyTorch.
161161

162-
Stable release from Pypi which will default to CUDA 12.1
162+
Stable release from Pypi which will default to CUDA 12.4
163163

164164
```Shell
165165
pip install torchao
166166
```
167167

168168
Stable Release from the PyTorch index
169169
```Shell
170-
pip install torchao --extra-index-url https://download.pytorch.org/whl/cu121 # full options are cpu/cu118/cu121/cu124
170+
pip install torchao --extra-index-url https://download.pytorch.org/whl/cu124 # full options are cpu/cu118/cu124/cu126
171171
```
172172

173173
Nightly Release
174174
```Shell
175-
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu121 # full options are cpu/cu118/cu121/cu124
175+
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126 # full options are cpu/cu118/cu126/cu128
176176
```
177177

178178
For *most* developers you probably want to skip building custom C++/CUDA extensions for faster iteration

0 commit comments

Comments
 (0)