- 
                Notifications
    You must be signed in to change notification settings 
- Fork 518
[pytorch][release] Release pt1.6 Inference cpu, gpu and training cpu #1074
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
Conversation
        
          
                release_images.yml
              
                Outdated
          
        
      | os_version: "ubuntu18.04" | ||
| cuda_version: "cu110" | ||
| example: False | ||
| disable_sm_tag: True # [Default: False] This option is not used by Example images | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disable_sm_tag should be False
        
          
                release_images.yml
              
                Outdated
          
        
      | device_types: ["cpu", "gpu"] | ||
| python_versions: ["py36"] | ||
| os_version: "ubuntu18.04" | ||
| cuda_version: "cu110" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cuda_version should be cu101
        
          
                release_images.yml
              
                Outdated
          
        
      | device_types: ["gpu"] | ||
| device_types: ["cpu"] | ||
| python_versions: ["py36"] | ||
| os_version: "ubuntu18.04" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os_version  should be ubuntu16.04
        
          
                release_images.yml
              
                Outdated
          
        
      | inference: | ||
| device_types: ["cpu", "gpu"] | ||
| python_versions: ["py36"] | ||
| os_version: "ubuntu18.04" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os_version  should be ubuntu16.04
* aws/master: [pytorch][release] Release pt1.6 Inference cpu, gpu and training cpu (aws#1074) [tensorflow, pytorch] [build] [test] [ec2, ecs, eks, sagemaker] Add EFA stack and tests (aws#1044) [pytorch][build][test] Update PT1.6.0 for pillow to 8.2.0 (aws#1071) Revert "[build,test] Disable dedicated telemetry tests and tags (aws#1045)" (aws#1055)
Issue #, if available:
PR Checklist
Pytest Marker Checklist
@pytest.mark.model("<model-type>")to the new tests which I have added, to specify the Deep Learning model that is used in the test (use"N/A"if the test doesn't use a model)@pytest.mark.integration("<feature-being-tested>")to the new tests which I have added, to specify the feature that will be tested@pytest.mark.multinode(<integer-num-nodes>)to the new tests which I have added, to specify the number of nodes used on a multi-node test@pytest.mark.processor(<"cpu"/"gpu"/"eia"/"neuron">)to the new tests which I have added, if a test is specifically applicable to only one processor typeEIA/NEURON Checklist
src/config/build_config.pyin my PR branch by settingENABLE_EI_MODE = TrueorENABLE_NEURON_MODE = TrueBenchmark Checklist
src/config/test_config.pyin my PR branch by settingENABLE_BENCHMARK_DEV_MODE = TrueReviewer Checklist
Description:
Tests run:
DLC image/dockerfile:
Additional context:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.