gpt2 / gaudi_config.json
regisss's picture
regisss HF staff
Format JSON file
fb67b34
raw
history blame
No virus
404 Bytes
{
"use_fused_adam": true,
"use_fused_clip_norm": true,
"use_torch_autocast": true,
"autocast_bf16_ops": [
"add",
"addmm",
"bmm",
"div",
"dropout",
"gelu",
"iadd",
"linear",
"layer_norm",
"matmul",
"mm",
"rsub",
"softmax",
"truediv"
],
"autocast_fp32_ops": [
"embedding",
"nll_loss",
"log_softmax",
"cross_entropy"
]
}