File size: 363 Bytes
05a6e8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"meta-llama/Llama-4-Scout-17B-16E-Instruct": [
{
"task": "text-generation",
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 16,
"auto_cast_type": "bf16"
},
{
"task": "text-generation",
"batch_size": 4,
"sequence_length": 4096,
"num_cores": 16,
"auto_cast_type": "bf16"
}
]
} |