File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,14 @@ jobs:
5050        with :
5151          python-version : ${{ matrix.python-version }} 
5252      - name : Install dependencies for ExecuTorch 
53-         #  Consolidate torchao nightly version once https://github.com/pytorch/ao/issues/2157 is fixed
5453        run : | 
5554          if [ "${{ matrix.executorch-version }}" == "nightly" ]; then 
56-             export NIGHTLY_VERSION=dev20250501  
55+             export NIGHTLY_VERSION=dev20250507  
5756            pip install executorch==0.7.0.${NIGHTLY_VERSION} \ 
5857              torch==2.8.0.${NIGHTLY_VERSION} \ 
5958              torchvision==0.22.0.${NIGHTLY_VERSION} \ 
6059              torchaudio==2.6.0.${NIGHTLY_VERSION} \ 
61-               torchao==0.11 .0.dev20250422  \ 
60+               torchao==0.12 .0.${NIGHTLY_VERSION}  \ 
6261              --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" 
6362          else 
6463            pip install executorch==${{ matrix.executorch-version }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments