File tree Expand file tree Collapse file tree
app/grandchallenge/algorithms/templates/algorithms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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 %}
You can’t perform that action at this time.
0 commit comments