From 4f5866b3e2fabadc5359613278b6cfffbc4da0e7 Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Fri, 1 Nov 2024 22:31:45 -0700 Subject: [PATCH] So urgent! --- scripts/augusta/beaker/peteish7-anneal-launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/augusta/beaker/peteish7-anneal-launch.sh b/scripts/augusta/beaker/peteish7-anneal-launch.sh index c42c49a65..d7ddafa2a 100755 --- a/scripts/augusta/beaker/peteish7-anneal-launch.sh +++ b/scripts/augusta/beaker/peteish7-anneal-launch.sh @@ -9,10 +9,10 @@ NAME=$1 shift gantry run \ - --workspace ai2/13B \ + --workspace ai2/davidw-oe-annealing \ --task-name $NAME \ --description "Peteish7 annealing: $NAME" \ - --priority normal \ + --priority urgent \ --preemptible \ --beaker-image michalg/cuda11.8-ubuntu20.04-arb \ --cluster ai2/augusta-google-1 \