Skip to content

Commit

Permalink
Add CUDA 545.23.08
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aloisklink authored and TingPing committed Jan 13, 2024
1 parent aa6ecee commit 2c351ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/nvidia-545.23.08-aarch64.data
Original file line number Diff line number Diff line change
@@ -0,0 +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
1 change: 1 addition & 0 deletions data/nvidia-545.23.08-i386.data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:b73d18ccd5ff85bbae32b425dfb82729612ede65b07a37cd5e2b574190614038:4368526618::https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux.run
1 change: 1 addition & 0 deletions data/nvidia-545.23.08-x86_64.data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:b73d18ccd5ff85bbae32b425dfb82729612ede65b07a37cd5e2b574190614038:4368526618::https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux.run
7 changes: 6 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ LEGACY_VERSIONS="340.108 340.107 340.106 340.104 340.102 340.101 304.137 304.135
# If a version already exists on any other list, please don't include it here
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"

# NVIDIA sometimes publishes separate drivers just for CUDA that aren't available anywhere else
# You need to manually create an entry in `data/` for this version, since these drivers exist
# only at https://developer.nvidia.com/cuda-toolkit-archive for a specific CUDA version
CUDA_VERSIONS="545.23.08"

# TODO: When do we drop these?
# Probably never: https://ahayzen.com/direct/flathub_downloads_only_nvidia_runtimes.txt
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"

DRIVER_VERSIONS="$BETA_VERSIONS $VULKAN_VERSIONS $NEW_FEATURE_VERSIONS $PRODUCTION_VERSIONS $LEGACY_VERSIONS $TESLA_VERSIONS $UNSUPPORTED_VERSIONS"
DRIVER_VERSIONS="$BETA_VERSIONS $VULKAN_VERSIONS $NEW_FEATURE_VERSIONS $PRODUCTION_VERSIONS $LEGACY_VERSIONS $TESLA_VERSIONS $CUDA_VERSIONS $UNSUPPORTED_VERSIONS"

1 comment on commit 2c351ff

@EriksRemess
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2x4.4GB download :/
image

Please sign in to comment.