Update rope dtype config (#13037)

This commit is contained in:
Ke Bao
2025-11-11 22:47:29 +08:00
committed by GitHub
parent 4a78031a71
commit e38994dd71

View File

@@ -221,7 +221,7 @@ def get_rope_scaling(config):
"attn_factor": attn_factor,
"beta_fast": beta_fast,
"beta_slow": beta_slow,
"dtype": torch.float,
"dtype": torch.bfloat16,
}
return rope_scaling
else: