Skip to content

Commit 3f0bd76

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/exir/passes/external_constants_pass.py
Reviewed By: franklinho Differential Revision: D100961383
1 parent e7b38a3 commit 3f0bd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exir/passes/external_constants_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def external_mutable_weights_pass(
7171
"""
7272
Move all mutable weights to external file.
7373
"""
74-
# pass the gm and the ep seperately as the gm is being mutated by a bunch of passes in to_executorch,
74+
# pass the gm and the ep separately as the gm is being mutated by a bunch of passes in to_executorch,
7575
# so the gm in the ep is lagging the graph signature is still correct.
7676
# This is really tech debt and all the passes should be refactored to just mutate the ep.
7777
mutated = False

0 commit comments

Comments
 (0)