File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ It’s rare to get both performance and convenience, but this is why the core te
395
395
For GPU (newer generation GPUs will see drastically better performance)
396
396
397
397
```
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
399
399
```
400
400
401
401
For CPU
@@ -452,11 +452,11 @@ PyTorch 2.0 is what 1.14 would have been. We were releasing substantial new feat
452
452
453
453
CUDA 11.7<br >
454
454
```
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
456
456
```
457
457
CUDA 11.6
458
458
```
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
460
460
```
461
461
CPU
462
462
```
You can’t perform that action at this time.
0 commit comments