We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21134 commit 4fdf32bCopy full SHA for 4fdf32b
git_theta/filters.py
@@ -119,7 +119,7 @@ async def _clean(param_keys, new_param):
119
meta = {}
120
for k in list(sorted_checkpoint.keys()):
121
# Get the param while removing it from the dict, removing the
122
- # reference there to allow the tensor to be gc'd
+ # reference in the dict will allow the tensor to be gc'd
123
v = sorted_checkpoint.pop(k)
124
param_name, param_meta = async_utils.run(_clean(k, v))
125
meta[param_name] = param_meta
0 commit comments