Skip to content

Commit cd9269e

Browse files
Martin Yuanfacebook-github-bot
authored andcommitted
Fix pyre issue for diff train (#7336)
Summary: Pull Request resolved: #7336 There's pyre issue introduced in D67262774. Fix it to unblock the diff train to land. Reviewed By: JacobSzwejbka Differential Revision: D67315650
1 parent e94c2ff commit cd9269e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/export/partitioner_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def _validate_ios_version() -> None:
126126
# On iPhone 15 Pro, CPU decode model is over 8x faster than GPU for stories110M,
127127
# so default to CPU_ONLY
128128
coreml_compute_units = "cpu_only"
129+
# pyre-ignore
129130
coreml_compute_units = {
130131
"cpu_only": ct.ComputeUnit.CPU_ONLY,
131132
"cpu_and_ne": ct.ComputeUnit.CPU_AND_NE,

0 commit comments

Comments
 (0)