dacorvo's picture
dacorvo HF staff
Create llama3.json
f93cadb verified
raw
history blame
321 Bytes
{
"meta-llama/Meta-Llama-3-8B": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 8,
"auto_cast_type": "fp16"
}
],
"meta-llama/Meta-Llama-3-70B": [
{
"batch_size": 1,
"sequence_length": 4096,
"num_cores": 24,
"auto_cast_type": "bf16"
}
]
}