Prefer previous generation gpu

This commit is contained in:
Niels Geens
2025-04-23 18:47:01 +02:00
parent e2e346d134
commit 4b124fa3ed

View File

@@ -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