From 45104d5ac12af562a9a624be7d1545255a06af89 Mon Sep 17 00:00:00 2001 From: Matt Dawkins Date: Mon, 7 Feb 2022 11:51:03 -0500 Subject: [PATCH] Add comment about execution time --- client/platform/web-girder/views/RunTrainingMenu.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/platform/web-girder/views/RunTrainingMenu.vue b/client/platform/web-girder/views/RunTrainingMenu.vue index c5309da80..38fe73002 100644 --- a/client/platform/web-girder/views/RunTrainingMenu.vue +++ b/client/platform/web-girder/views/RunTrainingMenu.vue @@ -180,6 +180,9 @@ export default defineComponent({ > This server is updated on Thursday at 2AM EST. If your training job is running at that time it may be restarted or killed. + Also note, public jobs are limited to 3 days execution on 1 GPU. + If you suspect your job requires more time, you can run a local + version, run the job in GCP, or ping the help list.