Skip to content

Commit

Permalink
Add new base images for torch 2.4.0 (#1893)
Browse files Browse the repository at this point in the history
* Adds torch 2.4.0 compatibility in the matrix
* Add CuDNN to CUDA 12.4.x compatibility
  • Loading branch information
8W9aG authored Aug 21, 2024
1 parent 2394064 commit 9b7adc5
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/config/cuda_base_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"Tag": "12.4.1-cudnn-devel-ubuntu22.04",
"CUDA": "12.4.1",
"CuDNN": "",
"CuDNN": "9",
"IsDevel": true,
"Ubuntu": "22.04"
},
{
"Tag": "12.4.1-cudnn-devel-ubuntu20.04",
"CUDA": "12.4.1",
"CuDNN": "",
"CuDNN": "9",
"IsDevel": true,
"Ubuntu": "20.04"
},
Expand Down Expand Up @@ -286,4 +286,4 @@
"IsDevel": true,
"Ubuntu": "16.04"
}
]
]
62 changes: 61 additions & 1 deletion pkg/config/torch_compatibility_matrix.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
[
{
"Torch": "2.4.0",
"Torchvision": "0.19.0",
"Torchaudio": "2.4.0",
"FindLinks": "",
"ExtraIndexURL": "https://download.pytorch.org/whl/cu124",
"CUDA": "12.4",
"Pythons": [
"3.10",
"3.11",
"3.12",
"3.8",
"3.9"
]
},
{
"Torch": "2.4.0",
"Torchvision": "0.19.0",
"Torchaudio": "2.4.0",
"FindLinks": "",
"ExtraIndexURL": "https://download.pytorch.org/whl/cu121",
"CUDA": "12.1",
"Pythons": [
"3.10",
"3.11",
"3.12",
"3.8",
"3.9"
]
},
{
"Torch": "2.4.0",
"Torchvision": "0.19.0",
"Torchaudio": "2.4.0",
"FindLinks": "",
"ExtraIndexURL": "https://download.pytorch.org/whl/cu118",
"CUDA": "11.8",
"Pythons": [
"3.10",
"3.11",
"3.12",
"3.8",
"3.9"
]
},
{
"Torch": "2.4.0",
"Torchvision": "0.19.0",
"Torchaudio": "2.4.0",
"FindLinks": "",
"ExtraIndexURL": "https://download.pytorch.org/whl/cpu",
"CUDA": null,
"Pythons": [
"3.10",
"3.11",
"3.12",
"3.8",
"3.9"
]
},
{
"Torch": "2.3.1+cpu",
"Torchvision": "0.18.1",
Expand Down Expand Up @@ -1409,4 +1469,4 @@
"3.11"
]
}
]
]

0 comments on commit 9b7adc5

Please sign in to comment.