Benchmarks / results_arcee_meraj.py
Julien Simon
Break results into one file per model
0c0f086
raw
history blame
642 Bytes
"""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": "p4d.24xlarge",
"quantization": "none",
"container": "TGI 2.2.0",
"status": "OK",
"tokensPerSecond": "38",
"notes": "",
},
],
}