Skip to content

Commit

Permalink
Update windows-links.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored and Jimver committed Jan 25, 2025
1 parent cf515ba commit ee5ffa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/links/windows-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export class WindowsLinks extends AbstractLinks {
private static _instance: WindowsLinks

private cudaVersionToNetworkUrl: Map<string, string> = new Map([
[
'12.8.0',
'https://developer.download.nvidia.com/compute/cuda/12.8.0/network_installers/cuda_12.8.0_windows_network.exe'
],
[
'12.6.3',
'https://developer.download.nvidia.com/compute/cuda/12.6.3/network_installers/cuda_12.6.3_windows_network.exe'
Expand Down

0 comments on commit ee5ffa5

Please sign in to comment.