File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ Release notes for AWS Deep Learning Containers with {{ framework_name }}.
44
55## Supported Releases
66
7- | Version | Job Type | Accelerator | Platform | Release Notes |
8- | ------------------------- | ---------------- | ---------------------------------------------------------------- | ---------------- | ------------- ------------- |
9- | {% for r in supported -%} | | | | |
10- | {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | \ [ View\ ] ({{ r.filename }}) |
11- | {% endfor %} | | | | |
12- | {% if deprecated %} | | | | |
7+ | Version | Job Type | Accelerator | Platform | Release Notes |
8+ | ------- | -------- | ----------- | -------- | ------------- |
9+ {% for r in supported -%}
10+ | {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | [ View] ({{ r.filename }}) |
11+ {% endfor %}
12+ {% if deprecated %}
1313
1414## Deprecated Releases
1515
16- | Version | Job Type | Accelerator | Platform | Release Notes |
17- | -------------------------- | ---------------- | ---------------------------------------------------------------- | ---------------- | ------------- ------------- |
18- | {% for r in deprecated -%} | | | | |
19- | {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | \ [ View\ ] ({{ r.filename }}) |
20- | {% endfor %} | | | | |
21- | {% endif %} | | | | |
16+ | Version | Job Type | Accelerator | Platform | Release Notes |
17+ | ------- | -------- | ----------- | -------- | ------------- |
18+ {% for r in deprecated -%}
19+ | {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | [ View] ({{ r.filename }}) |
20+ {% endfor %}
21+ {% endif %}
You can’t perform that action at this time.
0 commit comments