forked from aws/deep-learning-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_images_training.yml
40 lines (40 loc) · 1011 Bytes
/
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
---
release_images:
1:
framework: "tensorflow"
version: "2.13.0"
arch_type: "x86"
customer_type: "ec2"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
cuda_version: "cu118"
os_version: "ubuntu20.04"
example: False
disable_sm_tag: False
force_release: False
2:
framework: "tensorflow"
version: "2.13.0"
arch_type: "x86"
customer_type: "ec2"
training:
device_types: [ "gpu" ]
python_versions: [ "py310" ]
cuda_version: "cu118"
os_version: "ubuntu20.04"
example: True
disable_sm_tag: False
force_release: False
3:
framework: "autogluon"
version: "0.7.0"
arch_type: "x86"
training:
device_types: ["cpu", "gpu"]
python_versions: ["py39"]
os_version: "ubuntu20.04"
cuda_version: "cu117"
example: False
disable_sm_tag: False # [Default: False] This option is not used by Example images
force_release: False