Skip to content

Commit

Permalink
Drop python 3.7 from test matrix (#2028)
Browse files Browse the repository at this point in the history
because python 3.7 has been EOL for ~1 year and we cannot continue to
support it within Cog.

Closes PLAT-429
  • Loading branch information
meatballhat authored Oct 28, 2024
1 parent 5e2218f commit f8e3461
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 256 deletions.
79 changes: 78 additions & 1 deletion pkg/config/cuda_base_images.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,81 @@
[
{
"Tag": "12.6.2-cudnn-devel-ubuntu24.04",
"CUDA": "12.6.2",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "24.04"
},
{
"Tag": "12.6.2-cudnn-devel-ubuntu22.04",
"CUDA": "12.6.2",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "22.04"
},
{
"Tag": "12.6.2-cudnn-devel-ubuntu20.04",
"CUDA": "12.6.2",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "20.04"
},
{
"Tag": "12.6.1-cudnn-devel-ubuntu24.04",
"CUDA": "12.6.1",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "24.04"
},
{
"Tag": "12.6.1-cudnn-devel-ubuntu22.04",
"CUDA": "12.6.1",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "22.04"
},
{
"Tag": "12.6.1-cudnn-devel-ubuntu20.04",
"CUDA": "12.6.1",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "20.04"
},
{
"Tag": "12.6.0-cudnn-devel-ubuntu24.04",
"CUDA": "12.6.0",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "24.04"
},
{
"Tag": "12.6.0-cudnn-devel-ubuntu22.04",
"CUDA": "12.6.0",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "22.04"
},
{
"Tag": "12.6.0-cudnn-devel-ubuntu20.04",
"CUDA": "12.6.0",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "20.04"
},
{
"Tag": "12.5.1-cudnn-devel-ubuntu22.04",
"CUDA": "12.5.1",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "22.04"
},
{
"Tag": "12.5.1-cudnn-devel-ubuntu20.04",
"CUDA": "12.5.1",
"CuDNN": "",
"IsDevel": true,
"Ubuntu": "20.04"
},
{
"Tag": "12.4.1-cudnn-devel-ubuntu22.04",
"CUDA": "12.4.1",
Expand Down Expand Up @@ -286,4 +363,4 @@
"IsDevel": true,
"Ubuntu": "16.04"
}
]
]
13 changes: 13 additions & 0 deletions pkg/config/tf_compatibility_matrix.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"TF": "2.17.0",
"TFCPUPackage": "tensorflow==2.17.0",
"TFGPUPackage": "tensorflow==2.17.0",
"CUDA": "12.3",
"CuDNN": "8.9",
"Pythons": [
"3.9",
"3.10",
"3.11",
"3.12"
]
},
{
"TF": "2.16.1",
"TFCPUPackage": "tensorflow==2.16.1",
Expand Down
Loading

0 comments on commit f8e3461

Please sign in to comment.