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
3838instructions may ask you to install torchvision itself. If you are doing development
3939on torchvision, you should not install prebuilt torchvision packages.
4040
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
4242support for
43- native encoding / decoding of PNG  and JPEG  formats in
43+ native encoding / decoding of PNG, JPEG  and WebP  formats in
4444[ torchvision.io] ( https://pytorch.org/vision/stable/io.html#image ) :
4545
4646``` bash 
47- conda install libpng libjpeg-turbo -c pytorch
47+ conda install libpng libjpeg-turbo libwebp  -c pytorch
4848``` 
4949
5050Note: you can use the ` TORCHVISION_INCLUDE `  and ` TORCHVISION_LIBRARY ` 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments