From bd166818259814817c202eca686d42b1decb7d1a Mon Sep 17 00:00:00 2001 From: kingbri <8082010+bdashore3@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:50:09 -0500 Subject: [PATCH] Start: Mark cuda 11.8 as unsupported Temporary until existing cuda 11.8 scripts can be migrated to cuda 12. Signed-off-by: kingbri <8082010+bdashore3@users.noreply.github.com> --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 230fe8d..731616c 100644 --- a/start.py +++ b/start.py @@ -47,7 +47,7 @@ def get_install_features(lib_name: str = None): # Ask the user for the GPU lib gpu_lib_choices = { "A": {"pretty": "NVIDIA Cuda 12.x", "internal": "cu121"}, - "B": {"pretty": "NVIDIA Cuda 11.8", "internal": "cu118"}, + "B": {"pretty": "NVIDIA Cuda 11.8 (Unsupported)", "internal": "cu118"}, "C": {"pretty": "AMD", "internal": "amd"}, } user_input = get_user_choice(