Skip to content

Commit 289ca08

Browse files
committed
add t.stop()
1 parent 1f9dc13 commit 289ca08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/forge/actors/generator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ def split_keys(keys):
305305
for sd in sub_state_dicts:
306306
state_dict.update(sd)
307307

308+
t.stop()
309+
308310
return state_dict
309311

310312
@endpoint

0 commit comments

Comments
 (0)