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
180180
1811813 . Install TorchCodec
182182
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:
185185
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+ ```
191191
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.
194194
195- ** On Windows** (experimental support), you'll need to rely on ` conda ` :
195+ - ** On Windows** (experimental support), you' ll need to rely on `conda`:
196196
197- ``` bash
198- conda install torchcodec -c conda-forge
199- ```
197+ ```bash
198+ conda install torchcodec -c conda-forge
199+ ```
200200
201201## Benchmark Results
202202
You can’t perform that action at this time.
0 commit comments