Skip to content

Commit f49ec07

Browse files
committed
Clarify torchcodec compatibility in readme
Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
1 parent 08c7126 commit f49ec07

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To run:
1111
* Linux operating system
1212
* FFmpeg version 6 or later with enabled VAAPI hardware acceleration
1313
* PyTorch* with enabled XPU backend
14-
* TorchCodec version 0.9.0 or later
14+
* TorchCodec version of v0.9.x series
1515

1616
Additionally, to build:
1717
* CMake 3.18 or later
@@ -25,6 +25,12 @@ Additionally, to build:
2525
pip3 install torch --index-url https://download.pytorch.org/whl/xpu
2626
```
2727

28+
* Install TorchCodec version of v0.9.x series:
29+
30+
```
31+
pip3 install torchcodec~=0.9.0 --index-url https://download.pytorch.org/whl/xpu
32+
```
33+
2834
* Install matching version of oneAPI:
2935

3036
| PyTorch | oneAPI |

0 commit comments

Comments
 (0)