dacorvo's picture
dacorvo HF staff
Add DeepSeek distilled model
4d1e615 verified
raw
history blame
584 Bytes
{
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B": [
{
"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"
}
],
"meta-llama/Llama-3.3-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"
}
]
}