Skip to content

Commit e07f810

Browse files
committed
Lint
1 parent df5be3e commit e07f810

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,9 @@ def _prepare_for_llama_export(args) -> LLMEdgeManager:
605605
)
606606
)
607607

608-
_set_quantized_computation_dtype(edge_manager.model, dtype_override.to_torch_dtype())
608+
_set_quantized_computation_dtype(
609+
edge_manager.model, dtype_override.to_torch_dtype()
610+
)
609611

610612
return edge_manager
611613

0 commit comments

Comments
 (0)