dacorvo's picture
dacorvo HF staff
Rename inference-cache-config/Llama3.1-70b.json to inference-cache-config/llama3.1-70b.json
563ba38 verified
raw
history blame
289 Bytes
{
"meta-llama/Llama-3.1-70B-Instruct": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 24,
"auto_cast_type": "bf16"
},
{
"batch_size": 4,
"sequence_length": 4096,
"num_cores": 24,
"auto_cast_type": "bf16"
}
]
}