Skip to content

Commit 4fd6cb7

Browse files
committed
edief
1 parent 61948c3 commit 4fd6cb7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,23 +180,23 @@ format you want. Refer to Nvidia's GPU support matrix for more details
180180

181181
3. 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

0 commit comments

Comments
 (0)