Skip to content

Commit 4fdf32b

Browse files
committed
fix typo
1 parent 6c21134 commit 4fdf32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_theta/filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def _clean(param_keys, new_param):
119119
meta = {}
120120
for k in list(sorted_checkpoint.keys()):
121121
# Get the param while removing it from the dict, removing the
122-
# reference there to allow the tensor to be gc'd
122+
# reference in the dict will allow the tensor to be gc'd
123123
v = sorted_checkpoint.pop(k)
124124
param_name, param_meta = async_utils.run(_clean(k, v))
125125
meta[param_name] = param_meta

0 commit comments

Comments
 (0)