Skip to content

Commit 162ceb1

Browse files
authored
Merge pull request #1241 from pytorch/msaroufim-patch-1
Remove [dynamo] from pytorch 2.0 pip installation instructions
2 parents 5304d11 + 777b77a commit 162ceb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_get_started/pytorch.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ It’s rare to get both performance and convenience, but this is why the core te
395395
For GPU (newer generation GPUs will see drastically better performance)
396396

397397
```
398-
pip3 install numpy --pre torch[dynamo] --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu117
398+
pip3 install numpy --pre torch --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu117
399399
```
400400

401401
For CPU
@@ -452,11 +452,11 @@ PyTorch 2.0 is what 1.14 would have been. We were releasing substantial new feat
452452

453453
CUDA 11.7<br>
454454
```
455-
pip3 install numpy --pre torch[dynamo] torchvision torchaudio --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu117
455+
pip3 install numpy --pre torch torchvision torchaudio --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu117
456456
```
457457
CUDA 11.6
458458
```
459-
pip3 install numpy --pre torch[dynamo] torchvision torchaudio --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu116
459+
pip3 install numpy --pre torch torchvision torchaudio --force-reinstall --extra-index-url https://download.pytorch.org/whl/nightly/cu116
460460
```
461461
CPU
462462
```

0 commit comments

Comments
 (0)