forked from aws/deep-learning-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_images_inference.yml
147 lines (147 loc) · 4.28 KB
/
release_images_inference.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
---
release_images:
1:
framework: "huggingface_tensorflow"
version: "2.11.1"
arch_type: "x86"
hf_transformers: "4.26.0"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py39" ]
os_version: "ubuntu20.04"
cuda_version: "cu112"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: False # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False # [Default: False] Set to True to force images to be published even if the same image
# has already been published. Re-released image will have minor version incremented by 1.
2:
framework: "triton"
version: "24.03"
arch_type: "x86"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu22.04"
cuda_version: "cu124"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: True # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False # [Default: False] Set to True to force images to be published even if the same image
# has already been published. Re-released image will have minor version incremented by 1.
3:
framework: "stabilityai_pytorch"
version: "2.0.1"
arch_type: "x86"
customer_type: "sagemaker"
inference:
device_types: ["gpu"]
python_versions: ["py310"]
os_version: "ubuntu20.04"
cuda_version: "cu118"
sgm_version: "0.1.0"
example: False
disable_sm_tag: False
force_release: False
4:
framework: "huggingface_pytorch"
version: "2.0.0"
hf_transformers: "4.28.1"
arch_type: "x86"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu118"
example: False
disable_sm_tag: False
force_release: False
5:
framework: "djl"
version: "0.28.0"
arch_type: "x86"
inference:
device_types: [ "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu22.04"
lmi_version: "10.0.0"
cuda_version: "cu124"
example: False
disable_sm_tag: True
force_release: False
6:
framework: "huggingface_pytorch"
version: "2.1.0"
hf_transformers: "4.37.0"
arch_type: "x86"
inference:
device_types: ["cpu"]
python_versions: [ "py310" ]
os_version: "ubuntu22.04"
example: False
disable_sm_tag: False
force_release: False
7:
framework: "huggingface_pytorch"
version: "2.1.0"
hf_transformers: "4.37.0"
arch_type: "x86"
inference:
device_types: ["gpu"]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu118"
example: False
disable_sm_tag: False
force_release: False
8:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
hf_transformers: "4.36.2"
inference:
device_types: [ "neuronx" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
neuron_sdk_version: "sdk2.16.1"
example: False
disable_sm_tag: True
force_release: False
9:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
hf_transformers: "4.26.0"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py39" ]
os_version: "ubuntu20.04"
cuda_version: "cu117"
example: False
disable_sm_tag: False
force_release: False
10:
framework: "huggingface_pytorch"
version: "2.1.2"
arch_type: "x86"
hf_transformers: "4.36.2"
inference:
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
11:
framework: "autogluon"
version: "1.1.1"
arch_type: "x86"
inference:
device_types: ["cpu", "gpu"]
python_versions: ["py311"]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False