forked from awslabs/llm-hosting-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
33 lines (33 loc) · 900 Bytes
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"permitted_combinations": [
{
"device": "gpu",
"min_version": "1.0.0",
"max_version": "1.1.0",
"os_version": "ubuntu20.04",
"cuda_version": "cu118",
"python_version": "py39",
"pytorch_version": "2.0.1"
},
{
"device": "gpu",
"min_version": "1.2.0",
"max_version": "1.3.3",
"os_version": "ubuntu20.04",
"cuda_version": "cu121",
"python_version": "py310",
"pytorch_version": "2.1.1"
},
{
"device": "inf2",
"min_version": "0.0.16",
"max_version": "0.0.17",
"os_version": "ubuntu22.04",
"python_version": "py310",
"pytorch_version": "1.13.1"
}
],
"ignore_vulnerabilities": [],
"releases": [
]
}