forked from aws/deep-learning-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_images_training.yml
66 lines (66 loc) · 1.61 KB
/
release_images_training.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
release_images:
1:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
hf_transformers: "4.36.2"
training:
device_types: [ "neuronx" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
neuron_sdk_version: "sdk2.18.0"
example: False
disable_sm_tag: True
force_release: False
2:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
hf_transformers: "4.26.0"
training:
device_types: [ "gpu" ]
python_versions: [ "py39" ]
os_version: "ubuntu20.04"
cuda_version: "cu117"
example: False
disable_sm_tag: False
force_release: False
3:
framework: "autogluon"
version: "1.1.1"
arch_type: "x86"
training:
device_types: ["cpu", "gpu"]
python_versions: ["py311"]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False
4:
framework: "huggingface_pytorch"
version: "2.1.0"
hf_transformers: "4.36.0"
arch_type: "x86"
training:
device_types: ["gpu"]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False
5:
framework: "huggingface_pytorch"
version: "2.1.2"
arch_type: "x86"
hf_transformers: "4.41.1"
training:
device_types: [ "neuronx" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
neuron_sdk_version: "sdk2.19.1"
example: False
disable_sm_tag: True
force_release: False