- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7.2k
Migrate towards linux_job_v2.yml #8725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Changes from 11 commits
      Commits
    
    
            Show all changes
          
          
            17 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      aedbcbd
              
                Migrate towards linux_job_v2.yml
              
              
                atalman 35fb39f
              
                tets
              
              
                atalman 6c17bfe
              
                test1
              
              
                atalman 85fe854
              
                test1
              
              
                atalman 652d240
              
                tets
              
              
                atalman 08c79e5
              
                test
              
              
                atalman c2a29fc
              
                test
              
              
                atalman f72ef83
              
                test1
              
              
                atalman 153a7e6
              
                test
              
              
                atalman 4cb19f5
              
                test
              
              
                atalman 32314ec
              
                fix
              
              
                atalman 44e2f45
              
                test
              
              
                atalman f2cfe40
              
                test
              
              
                atalman 08fa4b7
              
                test
              
              
                atalman 6e2ef6f
              
                one_more_fix
              
              
                atalman 70e8b1b
              
                remove_numpy
              
              
                atalman 7ddac90
              
                remove_pinned
              
              
                atalman File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -31,6 +31,7 @@ conda create \ | |
| ninja cmake \ | ||
| libpng \ | ||
| libwebp \ | ||
| numpy \ | ||
| 'ffmpeg<4.3' | ||
| conda activate ci | ||
| conda install --quiet --yes libjpeg-turbo -c pytorch | ||
|  | @@ -77,7 +78,10 @@ case $GPU_ARCH_TYPE in | |
| ;; | ||
| esac | ||
| PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${CHANNEL}/${GPU_ARCH_ID}" | ||
| pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}" | ||
| #pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}" | ||
|  | ||
| #install torch built with manylinux 2.28 | ||
| pip install --progress-bar=off --pre torch==2.6.0.dev20241106 --index-url=https://download.pytorch.org/whl/nightly/cpu --force-reinstall | ||
|          | ||
|  | ||
| if [[ $GPU_ARCH_TYPE == 'cuda' ]]; then | ||
| python -c "import torch; exit(not torch.cuda.is_available())" | ||
|  | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.