From 3f0bd76e29f3eb9547e97bceae20757c06bf8d1d Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Thu, 23 Apr 2026 11:45:35 -0700 Subject: [PATCH] xplat/executorch/exir/passes/external_constants_pass.py Reviewed By: franklinho Differential Revision: D100961383 --- exir/passes/external_constants_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exir/passes/external_constants_pass.py b/exir/passes/external_constants_pass.py index ba1d85adb4f..389ac969bd1 100644 --- a/exir/passes/external_constants_pass.py +++ b/exir/passes/external_constants_pass.py @@ -71,7 +71,7 @@ def external_mutable_weights_pass( """ Move all mutable weights to external file. """ - # pass the gm and the ep seperately as the gm is being mutated by a bunch of passes in to_executorch, + # pass the gm and the ep separately as the gm is being mutated by a bunch of passes in to_executorch, # so the gm in the ep is lagging the graph signature is still correct. # This is really tech debt and all the passes should be refactored to just mutate the ep. mutated = False