Benchmarks / results_arcee_fcv1.py
Julien Simon
Initial version
00df5c1
raw
history blame
2.46 kB
"""Module containing performance results for the Arcee-FCV1 model."""
results_arcee_fcv1 = {
"name": "Arcee-FCV1",
"modelType": "Qwen2.5 32B",
"configurations": [
{
"instanceType": "r8g.4xlarge",
"quantization": "Q8_0",
"container": "llama.cpp 11/27/24",
"status": "OK",
"tokensPerSecond": "xxx",
"notes": "-fa",
},
{
"instanceType": "r8g.4xlarge",
"quantization": "Q4_0_4_8",
"container": "llama.cpp 11/27/24",
"status": "OK",
"tokensPerSecond": "xxx",
"notes": "-fa",
},
{
"instanceType": "g5.12xlarge",
"quantization": "None",
"container": "LMI 0.30+vLLM 0.6.2",
"status": "OK",
"tokensPerSecond": "23",
"notes": '"OPTION_MAX_MODEL_LEN": "16384",\n"TENSOR_PARALLEL_DEGREE": "max",',
},
{
"instanceType": "g6.12xlarge",
"quantization": "None",
"container": "LMI 0.30+vLLM 0.6.2",
"status": "OK",
"tokensPerSecond": "14",
"notes": '"OPTION_MAX_MODEL_LEN": "16384",\n"TENSOR_PARALLEL_DEGREE": "max",',
},
{
"instanceType": "g6e.12xlarge",
"quantization": "None",
"container": "vLLM0.6.4.post1",
"status": "OK",
"tokensPerSecond": "36",
"notes": "--tensor-parallel-size 4 --max-model-len 16384",
},
{
"instanceType": "g6e.12xlarge",
"quantization": "None",
"container": "vLLM 0.6.4.post1",
"status": "OK",
"tokensPerSecond": "21",
"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": "72.5",
"notes": '"OPTION_MAX_MODEL_LEN": "32768",\n"TENSOR_PARALLEL_DEGREE": "max",',
},
{
"instanceType": "p5.48xlarge",
"quantization": "None",
"container": "LMI 0.30+vLLM 0.6.2",
"status": "N/A",
"tokensPerSecond": "N/A",
"notes": '"OPTION_MAX_MODEL_LEN": "32768",\n"TENSOR_PARALLEL_DEGREE": "max",',
},
],
}