Commit 08f832b
Huggingface pytorch training latest (#4688)
* chore: manually installing latest Go version
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['huggingface_pytorch'],
'build_inference': False,
'build_training': True},
'buildspec_override': { 'dlc-pr-huggingface-pytorch-training': 'huggingface/pytorch/training/buildspec.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* Revert "Update ['dlc_developer_config.toml']"
This reverts commit edc424d.
* chore: ignoring two vuln for unused neko binaries and upgrading go
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['huggingface_pytorch'],
'build_inference': False,
'build_training': True},
'buildspec_override': { 'dlc-pr-huggingface-pytorch-training': 'huggingface/pytorch/training/buildspec.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* fix: rm correct tarball version
* chore: adding logs to ecr scan test and patching library requirements to pass pip check
* chore: fixing logging
* chore: updating test to remove package from vulnerability list if there are no packages effected
* chore: formatting
* chore: more formatting
* Revert "Update ['dlc_developer_config.toml']"
This reverts commit 4555f31.
---------
Co-authored-by: shaernev <shaernev@amazon.com>1 parent f596f35 commit 08f832b
File tree
4 files changed
+649
-12
lines changed- huggingface/pytorch/training/docker/2.5/py3/cu124
- test
- dlc_tests/sanity
- test_utils
4 files changed
+649
-12
lines changedLines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | | - | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
60 | | - | |
| 67 | + | |
61 | 68 | | |
62 | | - | |
| 69 | + | |
63 | 70 | | |
64 | | - | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
68 | | - | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
0 commit comments