-
Notifications
You must be signed in to change notification settings - Fork 32
/
releases.json
101 lines (101 loc) · 3.13 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"permitted_combinations": {
"TGI": [
{
"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.4.0",
"os_version": "ubuntu20.04",
"cuda_version": "cu121",
"python_version": "py310",
"pytorch_version": "2.1.1"
},
{
"device": "gpu",
"min_version": "1.4.2",
"max_version": "2.0.1",
"os_version": "ubuntu22.04",
"cuda_version": "cu121",
"python_version": "py310",
"pytorch_version": "2.1.1"
},
{
"device": "gpu",
"min_version": "2.0.2",
"max_version": "2.2.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu121",
"python_version": "py310",
"pytorch_version": "2.3.0"
},
{
"device": "gpu",
"min_version": "2.3.1",
"max_version": "2.4.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu124",
"python_version": "py311",
"pytorch_version": "2.4.0"
},
{
"device": "inf2",
"min_version": "0.0.16",
"max_version": "0.0.21",
"os_version": "ubuntu22.04",
"python_version": "py310",
"pytorch_version": "1.13.1"
},
{
"device": "inf2",
"min_version": "0.0.22",
"max_version": "0.0.25",
"os_version": "ubuntu22.04",
"python_version": "py310",
"pytorch_version": "2.1.2"
}
],
"TEI": [
{
"device": "gpu",
"min_version": "1.2.1",
"max_version": "1.5.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu122",
"python_version": "py310",
"pytorch_version": "2.0.1"
},
{
"device": "cpu",
"min_version": "1.2.1",
"max_version": "1.4.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu122",
"python_version": "py310",
"pytorch_version": "2.0.1"
}
]
},
"ignore_vulnerabilities": [
"CVE-2024-42154 - linux"
],
"releases": [
{
"framework": "TGI",
"device": "gpu",
"version": "2.4.0",
"os_version": "ubuntu22.04",
"python_version": "py311",
"pytorch_version": "2.4.0",
"cuda_version": "cu124"
}
]
}