Skip to content

Commit 1ccb028

Browse files
committed
Update on "make etrecord support export program"
Differential Revision: [D77965102](https://our.internmc.facebook.com/intern/diff/D77965102/) [ghstack-poisoned]
2 parents c9d7bc8 + 8bec7cc commit 1ccb028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/etrecord/_etrecord.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def generate_etrecord(
244244
export_graph_id = 0
245245

246246
if exported_program is not None:
247-
# If multiple exported programs are provided, only saved forward method
247+
# If multiple exported programs are provided, only save forward method
248248
if isinstance(exported_program, dict) and "forward" in exported_program:
249249
exported_program = exported_program["forward"]
250250

0 commit comments

Comments
 (0)