Skip to content

Commit 2c351ff

Browse files
aloisklinkTingPing
authored andcommitted
Add CUDA 545.23.08
This driver is currently for CUDA only, and can only be downloaded with CUDA 12.3.1. Unfortunately, this means there is a 4 GiB download! See https://forums.developer.nvidia.com/t/545-23-08-is-not-listed-in-the-nvidia-driver-downloads-page/273181
1 parent aa6ecee commit 2c351ff

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

data/nvidia-545.23.08-aarch64.data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bce6bb8b293c33c3ed0c1b65120c70587cc29e1b94ea8679ebb14c32b3858b5e:3543476599::https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux_sbsa.run

data/nvidia-545.23.08-i386.data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:b73d18ccd5ff85bbae32b425dfb82729612ede65b07a37cd5e2b574190614038:4368526618::https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux.run

data/nvidia-545.23.08-x86_64.data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:b73d18ccd5ff85bbae32b425dfb82729612ede65b07a37cd5e2b574190614038:4368526618::https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux.run

versions.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ LEGACY_VERSIONS="340.108 340.107 340.106 340.104 340.102 340.101 304.137 304.135
1111
# If a version already exists on any other list, please don't include it here
1212
TESLA_VERSIONS="535.104.12 535.86.10 525.85.12 525.60.13 520.61.05 515.105.01 515.65.07 510.73.08 470.141.10 470.82.01 460.106.00 450.248.02 450.236.01 450.216.04 450.203.08 450.203.03 450.191.01 450.172.01 450.156.00 450.142.00 450.119.04 450.51.06 450.51.05 440.118.02 440.95.01 440.64.00 440.33.01 418.226.00 418.211.00 418.197.02 418.181.07 418.165.02 418.152.00 418.126.02 418.116.00 418.87.01 418.87.00 418.67 418.40.04 410.129 410.79 410.72"
1313

14+
# NVIDIA sometimes publishes separate drivers just for CUDA that aren't available anywhere else
15+
# You need to manually create an entry in `data/` for this version, since these drivers exist
16+
# only at https://developer.nvidia.com/cuda-toolkit-archive for a specific CUDA version
17+
CUDA_VERSIONS="545.23.08"
18+
1419
# TODO: When do we drop these?
1520
# Probably never: https://ahayzen.com/direct/flathub_downloads_only_nvidia_runtimes.txt
1621
UNSUPPORTED_VERSIONS="390.157 390.154 390.151 390.147 390.144 390.143 390.141 390.138 390.132 390.129 390.116 390.87 390.77 390.67 390.59 390.48 390.42 390.25 390.12 387.34 387.22 387.12 384.130 384.111 384.98 384.90 384.69 384.59 384.47 381.22 381.09 378.13 375.82 375.66 375.39 375.26 370.28 367.57"
1722

18-
DRIVER_VERSIONS="$BETA_VERSIONS $VULKAN_VERSIONS $NEW_FEATURE_VERSIONS $PRODUCTION_VERSIONS $LEGACY_VERSIONS $TESLA_VERSIONS $UNSUPPORTED_VERSIONS"
23+
DRIVER_VERSIONS="$BETA_VERSIONS $VULKAN_VERSIONS $NEW_FEATURE_VERSIONS $PRODUCTION_VERSIONS $LEGACY_VERSIONS $TESLA_VERSIONS $CUDA_VERSIONS $UNSUPPORTED_VERSIONS"

0 commit comments

Comments
 (0)