Skip to content

Commit e084447

Browse files
committed
fix: remove use_fp32_acc lowering
1 parent 9636ea6 commit e084447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/llm/run_vlm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def _compile_lm(
257257
use_explicit_typing = False
258258
if args.precision == "FP16":
259259
enabled_precisions = {torch.float32}
260-
use_fp32_acc = True
261260
use_explicit_typing = True
262261
else: # FP32
263262
enabled_precisions = {torch.float32}

0 commit comments

Comments
 (0)