- 
                Notifications
    
You must be signed in to change notification settings  - Fork 559
 
Update circleci base image with TF version bump #3355
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
            
            
          Conversation
  
    
      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
    
  
  
    
    1c83f37    to
    ed14a9e      
    Compare
  
    1b1406e    to
    a319789      
    Compare
  
    | 
           Adding @seemethere @malfet as reviewers, who is currently reviewing pytorch/pytorch#72496.  | 
    
| 
           HIGH_PRIORITY due to upcoming 1.11 release.  | 
    
              
                    JackCaoG
  
              
              approved these changes
              
                  
                    Feb 16, 2022 
                  
              
              
            
            
…ing TPUFN literals
- tensorflow commit fe5345ed0a56e9b6deb9b46b0ab1a99fc8934547
| 
           pytorch/pytorch#72496 landed. Merging this PR.  | 
    
    
  yeounoh 
      added a commit
      that referenced
      this pull request
    
      Feb 16, 2022 
    
    
      
  
    
      
    
  
* Pin tf to 98fdeb774845c0396ed4d35b0ac4665b64ee2919 * Use absl::Hash instead of ir::Literal::Hash * Requires libtpu-nightly 0.1.dev20220128 * Additional PyTorch requirements for build * Consolidate conda envs to base * Install debugging package and bump up the build image tag
    
  yeounoh 
      added a commit
      that referenced
      this pull request
    
      Feb 17, 2022 
    
    
      
  
    
      
    
  
* Pin tf to 98fdeb774845c0396ed4d35b0ac4665b64ee2919 * Use absl::Hash instead of ir::Literal::Hash * Requires libtpu-nightly 0.1.dev20220128 * Additional PyTorch requirements for build * Consolidate conda envs to base * Install debugging package and bump up the build image tag
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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.
  
    
  
    
This is to expand the previous work #3345 (reverted), so that it doesn't break the upstream. This PR must be included in the upcoming release
1.11.DO_NOT_MERGE_YET, til we merge / resolve pytorch/pytorch#72496