We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7126 commit f49ec07Copy full SHA for f49ec07
README.md
@@ -11,7 +11,7 @@ To run:
11
* Linux operating system
12
* FFmpeg version 6 or later with enabled VAAPI hardware acceleration
13
* PyTorch* with enabled XPU backend
14
-* TorchCodec version 0.9.0 or later
+* TorchCodec version of v0.9.x series
15
16
Additionally, to build:
17
* CMake 3.18 or later
@@ -25,6 +25,12 @@ Additionally, to build:
25
pip3 install torch --index-url https://download.pytorch.org/whl/xpu
26
```
27
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
34
* Install matching version of oneAPI:
35
36
| PyTorch | oneAPI |
0 commit comments