File size: 1,333 Bytes
0c0f086
 
 
 
 
 
 
 
 
 
 
 
 
 
b63ff12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c0f086
 
 
 
 
 
 
 
 
 
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
"""Module containing performance results for the Arcee-Meraj model."""

results_arcee_meraj = {
    "name": "Arcee-Meraj",
    "modelType": "Qwen2 72B",
    "configurations": [
        {
            "instanceType": "g5.12xlarge",
            "quantization": "awq",
            "container": "TGI 2.2.0",
            "status": "OK",
            "tokensPerSecond": "33",
            "notes": "",
        },
        {
            "instanceType": "g6e.12xlarge",
            "quantization": "awq",
            "container": "vLLM 0.5.5",
            "status": "OK",
            "tokensPerSecond": "45",
            "notes": "",
        },
        {
            "instanceType": "g6e.12xlarge",
            "quantization": "awq",
            "container": "TGI 2.2.0",
            "status": "OK",
            "tokensPerSecond": "46",
            "notes": "",
        },
        {
            "instanceType": "g6e.12xlarge",
            "quantization": "awq",
            "container": "SGLang 0.2.13",
            "status": "OK",
            "tokensPerSecond": "47.1",
            "notes": "",
        },
        {
            "instanceType": "p4d.24xlarge",
            "quantization": "none",
            "container": "TGI 2.2.0",
            "status": "OK",
            "tokensPerSecond": "38",
            "notes": "",
        },
    ],
}