Skip to content

Commit a73f107

Browse files
committed
Fix pyre
1 parent f22a09b commit a73f107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@ def _prepare_for_llama_export(args) -> LLMEdgeManager:
608608
)
609609

610610
_set_quantized_computation_dtype(
611-
edge_manager.model, dtype_override.to_torch_dtype()
611+
edge_manager.model,
612+
dtype_override.to_torch_dtype(), # pyre-ignore[16]
612613
)
613614

614615
return edge_manager

0 commit comments

Comments
 (0)