From 4b124fa3ed57658ced05a7403bd02a694adc7255 Mon Sep 17 00:00:00 2001 From: Niels Geens Date: Wed, 23 Apr 2025 18:47:01 +0200 Subject: [PATCH] Prefer previous generation gpu --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8969d29..37b603a 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -15,8 +15,8 @@ VOLUME_PATH="/root/data" # Mount path within container DOCKER_IMAGE="nvidia/cuda:12.2.0-runtime-ubuntu22.04" GPU_CONFIGS=( - "NVIDIA RTX 6000 Ada Generation" "NVIDIA RTX A6000" + "NVIDIA RTX 6000 Ada Generation" ) # Load environment variables from .env file if it exists