File size: 436 Bytes
10318fd
 
 
 
 
f011c00
 
 
 
 
 
 
 
 
 
10318fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""Module containing performance results for the Virtuoso-Small model."""

results_virtuoso_small = {
    "name": "Virtuoso-Small",
    "modelType": "Qwen2.5 14B",
    "configurations": [
        {
            "instanceType": "g6e.48xlarge",
            "quantization": "none",
            "container": "LMI 0.30+vLLM 0.6.2",
            "status": "OK",
            "tokensPerSecond": "78",
            "notes": "",
        },
    ],
}