Skip to content

Commit

Permalink
feat: add cuda 12.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzwing authored and Jimver committed Oct 9, 2024
1 parent 5ed2a62 commit 31720b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/links/linux-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export class LinuxLinks extends AbstractLinks {
'12.6.1',
'https://developer.download.nvidia.com/compute/cuda/12.6.1/local_installers/cuda_12.6.1_560.35.03_linux.run'
],
[
'12.5.1',
'https://developer.download.nvidia.com/compute/cuda/12.5.1/local_installers/cuda_12.5.1_555.42.06_linux.run'
],
[
'12.5.0',
'https://developer.download.nvidia.com/compute/cuda/12.5.0/local_installers/cuda_12.5.0_555.42.02_linux.run'
Expand Down
8 changes: 8 additions & 0 deletions src/links/windows-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export class WindowsLinks extends AbstractLinks {
'12.6.1',
'https://developer.download.nvidia.com/compute/cuda/12.6.1/network_installers/cuda_12.6.1_windows_network.exe'
],
[
'12.5.1',
'https://developer.download.nvidia.com/compute/cuda/12.5.1/network_installers/cuda_12.5.1_windows_network.exe'
],
[
'12.5.0',
'https://developer.download.nvidia.com/compute/cuda/12.5.0/network_installers/cuda_12.5.0_windows_network.exe'
Expand Down Expand Up @@ -203,6 +207,10 @@ export class WindowsLinks extends AbstractLinks {
'12.6.1',
'https://developer.download.nvidia.com/compute/cuda/12.6.1/local_installers/cuda_12.6.1_560.94_windows.exe'
],
[
'12.5.1',
'https://developer.download.nvidia.com/compute/cuda/12.5.1/local_installers/cuda_12.5.1_555.85_windows.exe'
],
[
'12.5.0',
'https://developer.download.nvidia.com/compute/cuda/12.5.0/local_installers/cuda_12.5.0_555.85_windows.exe'
Expand Down

0 comments on commit 31720b1

Please sign in to comment.