File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ instructions](https://pytorch.org/get-started/locally/). Note that the official
38
38
instructions may ask you to install torchvision itself. If you are doing development
39
39
on torchvision, you should not install prebuilt torchvision packages.
40
40
41
- ** Optionally** , install ` libpng ` and ` libjpeg-turbo ` if you want to enable
41
+ ** Optionally** , install ` libpng ` , ` libjpeg-turbo ` and ` libwebp ` if you want to enable
42
42
support for
43
- native encoding / decoding of PNG and JPEG formats in
43
+ native encoding / decoding of PNG, JPEG and WebP formats in
44
44
[ torchvision.io] ( https://pytorch.org/vision/stable/io.html#image ) :
45
45
46
46
``` bash
47
- conda install libpng libjpeg-turbo -c pytorch
47
+ conda install libpng libjpeg-turbo libwebp -c pytorch
48
48
```
49
49
50
50
Note: you can use the ` TORCHVISION_INCLUDE ` and ` TORCHVISION_LIBRARY `
You can’t perform that action at this time.
0 commit comments