File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ option(WITH_JPEG "Enable features requiring LibJPEG." ON)
1111# untested. Since building from cmake is very low pri anyway, this is OK. If 
1212# you're a user and you need this, please open an issue (and a PR!). 
1313option (WITH_WEBP "Enable features requiring LibWEBP."  OFF )
14- # Same here 
15- option (WITH_AVIF "Enable features requiring LibAVIF."  OFF )
1614
1715if (WITH_CUDA)
1816  enable_language (CUDA)
@@ -40,12 +38,7 @@ endif()
4038
4139if  (WITH_WEBP)
4240    add_definitions (-DWEBP_FOUND)
43-     find_package (WEBP REQUIRED)
44- endif ()
45- 
46- if  (WITH_AVIF)
47-     add_definitions (-DAVIF_FOUND)
48-     find_package (AVIF REQUIRED)
41+     find_package (WebP REQUIRED)
4942endif ()
5043
5144function (CUDA_CONVERT_FLAGS EXISTING_TARGET)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ versions.
2020
2121|  ` torch `             |  ` torchvision `       |  Python              | 
2222|  ------------------ |  ------------------ |  ------------------- | 
23- |  ` main `  / ` nightly `  |  ` main `  / ` nightly `  |  ` >=3.9  ` , ` <=3.12  `    | 
23+ |  ` main `  / ` nightly `  |  ` main `  / ` nightly `  |  ` >=3.10  ` , ` <=3.13  `    | 
2424|  ` 2.8 `               |  ` 0.23 `              |  ` >=3.9 ` , ` <=3.13 `    | 
2525|  ` 2.7 `               |  ` 0.22 `              |  ` >=3.9 ` , ` <=3.13 `    | 
2626|  ` 2.6 `               |  ` 0.21 `              |  ` >=3.9 ` , ` <=3.12 `    | 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments