Skip to content

Commit

Permalink
Start: Mark cuda 11.8 as unsupported
Browse files Browse the repository at this point in the history
Temporary until existing cuda 11.8 scripts can be migrated to cuda 12.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Jan 13, 2025
1 parent 566e5b5 commit bd16681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bd16681

Please sign in to comment.