File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 7ae0ce6360b6e4f944906502d20da24c04debee5 
1+ 59d5cf083b4f860dea76fe8936076177f9367f10 
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def python_is_compatible():
7171# 
7272# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt 
7373# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ 
74- NIGHTLY_VERSION  =  "dev20250310 " 
74+ NIGHTLY_VERSION  =  "dev20250325 " 
7575
7676
7777def  install_requirements (use_pytorch_nightly ):
@@ -80,7 +80,7 @@ def install_requirements(use_pytorch_nightly):
8080        # Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note 
8181        # that we don't need to set any version number there because they have already 
8282        # been installed on CI before this step, so pip won't reinstall them 
83-         f"torch==2.7 .0.{ NIGHTLY_VERSION }  "  if  use_pytorch_nightly  else  "torch" ,
83+         f"torch==2.8 .0.{ NIGHTLY_VERSION }  "  if  use_pytorch_nightly  else  "torch" ,
8484        (
8585            f"torchvision==0.22.0.{ NIGHTLY_VERSION }  " 
8686            if  use_pytorch_nightly 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments