Skip to content

Commit 2b190f8

Browse files
committed
Add warning for all A10G instances
1 parent 4d4a385 commit 2b190f8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/grandchallenge/algorithms/templates/algorithms/algorithm_detail.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116

117117
{% block content %}
118118
{% if 'change_algorithm' in algorithm_perms %}
119-
{% if object.job_requires_gpu_type == object.GPUTypeChoices.A10G and object.job_requires_memory_gb > 16 %}
119+
{% if object.job_requires_gpu_type == object.GPUTypeChoices.A10G %}
120120
<div class="alert alert-danger" role="alert">
121121
<p><i class="fas fa-exclamation-triangle mr-1"></i><u>Instance Availability Issue</u></p>
122122
<p>
123-
You have configured jobs for this algorithm to run on an A10G GPU with 32 GB memory.
123+
You have configured jobs for this algorithm to run with an A10G GPU.
124124
Unfortunately, these instances currently have lower availability on AWS.
125125
This can result in delays of up to 48 hours in executing your algorithm,
126126
during which time you will not be able to make any other challenge submissions.
@@ -129,7 +129,6 @@
129129
<ul>
130130
<li>Only choose the A10G GPU when absolutely necessary and use the T4 GPU instances
131131
whenever possible.</li>
132-
<li>If you do need the A10G GPU, consider limiting the memory to 16 GB.</li>
133132
</ul>
134133
</div>
135134
{% endif %}

0 commit comments

Comments
 (0)