dacorvo's picture
dacorvo HF staff
Rename inference-cache-config/qwen-2.5-large.json to inference-cache-config/qwen2.5-large.json
2aa52ac verified
raw
history blame
558 Bytes
{
"Qwen/Qwen2.5-32B-Instruct": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 8,
"auto_cast_type": "bf16"
},
{
"batch_size": 8,
"sequence_length": 4096,
"num_cores": 8,
"auto_cast_type": "bf16"
}
],
"Qwen/Qwen2.5-72B-Instruct": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 2,
"auto_cast_type": "bf16"
},
{
"batch_size": 4,
"sequence_length": 4096,
"num_cores": 24,
"auto_cast_type": "bf16"
}
]
}