t5 / gaudi_config.json
regisss's picture
regisss HF staff
Update gaudi_config.json
b998c44
raw history blame
No virus
414 Bytes
{
"use_habana_mixed_precision": false,
"hmp_is_verbose": false,
"use_fused_adam": true,
"use_fused_clip_norm": true,
"hmp_bf16_ops": [
"add",
"addmm",
"bmm",
"div",
"dropout",
"embedding",
"gelu",
"iadd",
"layer_norm",
"linear",
"log_softmax",
"matmul",
"mm",
"nll_loss",
"rsub",
"softmax"
],
"hmp_fp32_ops": [
"cross_entropy"
]
}