File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -180,23 +180,23 @@ format you want. Refer to Nvidia's GPU support matrix for more details
180
180
181
181
3 . Install TorchCodec
182
182
183
- ** On Linux** , pass in an ` --index-url ` parameter that corresponds
184
- to your CUDA Toolkit version, for example:
183
+ - ** On Linux** , pass in an ` --index-url ` parameter that corresponds
184
+ to your CUDA Toolkit version, for example:
185
185
186
- ``` bash
187
- # This corresponds to CUDA Toolkit version 12.6. It should be the same one
188
- # you used when you installed PyTorch (If you installed PyTorch with pip).
189
- pip install torchcodec --index-url=https://download.pytorch.org/whl/cu126
190
- ```
186
+ ``` bash
187
+ # This corresponds to CUDA Toolkit version 12.6. It should be the same one
188
+ # you used when you installed PyTorch (If you installed PyTorch with pip).
189
+ pip install torchcodec --index-url=https://download.pytorch.org/whl/cu126
190
+ ```
191
191
192
- Note that without passing in the ` --index-url ` parameter, ` pip ` installs
193
- the CPU-only version of TorchCodec.
192
+ Note that without passing in the ` --index-url` parameter, ` pip` installs
193
+ the CPU-only version of TorchCodec.
194
194
195
- ** On Windows** (experimental support), you'll need to rely on ` conda ` :
195
+ - ** On Windows** (experimental support), you' ll need to rely on `conda`:
196
196
197
- ``` bash
198
- conda install torchcodec -c conda-forge
199
- ```
197
+ ```bash
198
+ conda install torchcodec -c conda-forge
199
+ ```
200
200
201
201
## Benchmark Results
202
202
You can’t perform that action at this time.
0 commit comments