File size: 3,060 Bytes
2056bdb
 
 
 
 
 
c50fed8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2056bdb
 
633e287
c50fed8
2056bdb
 
 
c50fed8
 
 
633e287
c50fed8
 
 
 
 
 
 
633e287
c50fed8
 
 
 
 
 
735361b
633e287
c50fed8
 
 
 
 
 
 
633e287
c50fed8
 
 
 
 
 
 
633e287
735361b
 
 
 
 
 
 
633e287
735361b
 
 
 
 
 
 
633e287
735361b
 
 
 
 
 
 
633e287
735361b
 
 
 
c50fed8
2056bdb
 
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
"""Module containing performance results for the Arcee-SuperNova-Medius model."""

results_arcee_supernova_medius = {
    "name": "Arcee-SuperNova-Medius",
    "modelType": "Qwen2.5 14B",
    "configurations": [
        {
            "instanceType": "r8g.4xlarge",
            "quantization": "Q8_0",
            "container": "llama.cpp 11/27/24",
            "status": "OK",
            "tokensPerSecond": "13.5",
            "notes": "-fa",
        },
        {
            "instanceType": "r8g.4xlarge",
            "quantization": "Q4_0_4_8",
            "container": "llama.cpp 11/27/24",
            "status": "OK",
            "tokensPerSecond": "22",
            "notes": "-fa",
        },
        {
            "instanceType": "g5.12xlarge",
            "quantization": "none",
            "container": "LMI 0.30+vLLM 0.6.2",
            "status": "OK",
            "tokensPerSecond": "45",
            "notes": "",
        },
        {
            "instanceType": "g6.12xlarge",
            "quantization": "none",
            "container": "LMI 0.30+vLLM 0.6.2",
            "status": "OK",
            "tokensPerSecond": "29",
            "notes": "",
        },
        {
            "instanceType": "g6e.12xlarge",
            "quantization": "none",
            "container": "vLLM0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "70",
            "notes": "--tensor-parallel-size 4 --max-model-len 16384",
        },
        {
            "instanceType": "g6e.12xlarge (2 GPUs)",
            "quantization": "none",
            "container": "vLLM 0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "43",
            "notes": "--tensor-parallel-size 2 --max-model-len 16384",
        },
        {
            "instanceType": "p4d.24xlarge",
            "quantization": "none",
            "container": "LMI 0.30+vLLM 0.6.2",
            "status": "OK",
            "tokensPerSecond": "108",
            "notes": "",
        },
        {
            "instanceType": "p5.48xlarge",
            "quantization": "none",
            "container": "vLLM 0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "162",
            "notes": "--tensor-parallel-size 8",
        },
        {
            "instanceType": "p5.48xlarge (4 GPUs)",
            "quantization": "none",
            "container": "vLLM 0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "138",
            "notes": "--tensor-parallel-size 4",
        },
        {
            "instanceType": "p5.48xlarge (2 GPUs)",
            "quantization": "none",
            "container": "vLLM 0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "102",
            "notes": "--tensor-parallel-size 2",
        },
        {
            "instanceType": "p5.48xlarge (1 GPU)",
            "quantization": "none",
            "container": "vLLM 0.6.4.post1",
            "status": "OK",
            "tokensPerSecond": "73",
            "notes": "--tensor-parallel-size 1",
        },
    ],
}