@@ -20,19 +20,23 @@ versions.
2020
2121|  ` torch `             |  ` torchvision `       |  Python              | 
2222|  ------------------ |  ------------------ |  ------------------- | 
23- |  ` main `  / ` nightly `  |  ` main `  / ` nightly `  |  ` >=3.9 ` , ` <=3.12 `    | 
24- |  ` 2.5 `               |  ` 0.20 `              |  ` >=3.9 ` , ` <=3.12 `    | 
25- |  ` 2.4 `               |  ` 0.19 `              |  ` >=3.8 ` , ` <=3.12 `    | 
26- |  ` 2.3 `               |  ` 0.18 `              |  ` >=3.8 ` , ` <=3.12 `    | 
27- |  ` 2.2 `               |  ` 0.17 `              |  ` >=3.8 ` , ` <=3.11 `    | 
28- |  ` 2.1 `               |  ` 0.16 `              |  ` >=3.8 ` , ` <=3.11 `    | 
29- |  ` 2.0 `               |  ` 0.15 `              |  ` >=3.8 ` , ` <=3.11 `    | 
23+ |  ` main `  / ` nightly `  |  ` main `  / ` nightly `  |  ` >=3.10 ` , ` <=3.14 `   | 
24+ |  ` 2.9 `               |  ` 0.24 `              |  ` >=3.10 ` , ` <=3.14 `   | 
25+ |  ` 2.8 `               |  ` 0.23 `              |  ` >=3.9 ` , ` <=3.13 `    | 
26+ |  ` 2.7 `               |  ` 0.22 `              |  ` >=3.9 ` , ` <=3.13 `    | 
27+ |  ` 2.6 `               |  ` 0.21 `              |  ` >=3.9 ` , ` <=3.12 `    | 
3028
3129<details >
3230    <summary>older versions</summary> 
3331
3432|  ` torch `  |  ` torchvision `      |  Python                    | 
3533| ---------| -------------------| ---------------------------| 
34+ |  ` 2.5 `               |  ` 0.20 `              |  ` >=3.9 ` , ` <=3.12 `    | 
35+ |  ` 2.4 `               |  ` 0.19 `              |  ` >=3.8 ` , ` <=3.12 `    | 
36+ |  ` 2.3 `               |  ` 0.18 `              |  ` >=3.8 ` , ` <=3.12 `    | 
37+ |  ` 2.2 `               |  ` 0.17 `              |  ` >=3.8 ` , ` <=3.11 `    | 
38+ |  ` 2.1 `               |  ` 0.16 `              |  ` >=3.8 ` , ` <=3.11 `    | 
39+ |  ` 2.0 `               |  ` 0.15 `              |  ` >=3.8 ` , ` <=3.11 `    | 
3640|  ` 1.13 `   |  ` 0.14 `             |  ` >=3.7.2 ` , ` <=3.10 `        | 
3741|  ` 1.12 `   |  ` 0.13 `             |  ` >=3.7 ` , ` <=3.10 `          | 
3842|  ` 1.11 `   |  ` 0.12 `             |  ` >=3.7 ` , ` <=3.10 `          | 
@@ -61,30 +65,6 @@ Torchvision currently supports the following image backends:
6165
6266Read more in in our [ docs] ( https://pytorch.org/vision/stable/transforms.html ) .
6367
64- ## [ UNSTABLE]  Video Backend 
65- 
66- Torchvision currently supports the following video backends:
67- 
68- -  [ pyav] ( https://github.com/PyAV-Org/PyAV )  (default) - Pythonic binding for ffmpeg libraries.
69- -  video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any
70-   conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
71- 
72- ``` 
73- conda install -c conda-forge 'ffmpeg<4.3' 
74- pip install . -v --no-build-isolation 
75- ``` 
76- 
77- # Using the models on C++  
78- 
79- Refer to [ example/cpp] ( https://github.com/pytorch/vision/tree/main/examples/cpp ) .
80- 
81- ** DISCLAIMER** : the ` libtorchvision `  library includes the torchvision
82- custom ops as well as most of the C++ torchvision APIs. Those APIs do not come
83- with any backward-compatibility guarantees and may change from one version to
84- the next. Only the Python APIs are stable and with backward-compatibility
85- guarantees. So, if you need stability within a C++ environment, your best bet is
86- to export the Python APIs via torchscript.
87- 
8868## Documentation  
8969
9070You can find the API documentation on the pytorch website: < https://pytorch.org/vision/stable/index.html > 
0 commit comments