dacorvo's picture
dacorvo HF Staff
Update inference-cache-config/smollm3.json
aa1b2eb verified
raw
history blame
396 Bytes
{
"HuggingFaceTB/SmolLM3-3B": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 2,
"auto_cast_type": "bf16"
},
{
"batch_size": 4,
"sequence_length": 4096,
"num_cores": 2,
"auto_cast_type": "bf16"
},
{
"batch_size": 16,
"sequence_length": 4096,
"num_cores": 2,
"auto_cast_type": "bf16"
}
]
}