We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b38a3 commit 3f0bd76Copy full SHA for 3f0bd76
1 file changed
exir/passes/external_constants_pass.py
@@ -71,7 +71,7 @@ def external_mutable_weights_pass(
71
"""
72
Move all mutable weights to external file.
73
74
- # 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,
75
# so the gm in the ep is lagging the graph signature is still correct.
76
# This is really tech debt and all the passes should be refactored to just mutate the ep.
77
mutated = False
0 commit comments