File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ python -m pip install --upgrade pip
80
80
```
81
81
* ** Step 6** ➜ Install PyTorch with the appropriate "build:"
82
82
83
- * ** Windows/CUDA 11.8** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
84
- * ** Windows/CUDA 11.7** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 ```
85
- * ** Windows/CPU-only** ➜ ``` pip install torch torchvision torchaudio ```
86
- * ** Linux/CUDA 11.8** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
87
- * ** Linux/CUDA 11.7** ➜ ``` pip install torch torchvision torchaudio ```
88
- * ** Linux/ROCm 5.4.2** ➜ ``` install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2 ```
89
- * ** Linux/CPU-only** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu ```
90
- * ** Apple/Metal/MPS** ➜ ``` pip pip install torch torchvision torchaudio ```
83
+ * ** 🪟 Windows/CUDA 11.8** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
84
+ * ** 🪟 Windows/CUDA 11.7** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 ```
85
+ * ** 🪟 Windows/CPU-only** ➜ ``` pip install torch torchvision torchaudio ```
86
+ * ** 🐧 Linux/CUDA 11.8** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
87
+ * ** 🐧 Linux/CUDA 11.7** ➜ ``` pip install torch torchvision torchaudio ```
88
+ * ** 🐧 Linux/ROCm 5.4.2** ➜ ``` install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2 ```
89
+ * ** 🐧 Linux/CPU-only** ➜ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu ```
90
+ * ** 🍎 Apple/Metal/MPS** ➜ ``` pip pip install torch torchvision torchaudio ```
91
91
* ** Metal/MPS** [ speedup comparison] ( https://explosion.ai/blog/metal-performance-shaders ) to a 5950x and RTX 3090.
92
92
93
93
* ** Step 7** ➜ Doublecheck that you installed gpu-acceleration properly:
You can’t perform that action at this time.
0 commit comments