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 957b4cd commit be85a94Copy full SHA for be85a94
src/forge/actors/generator.py
@@ -294,7 +294,7 @@ def split_keys(keys):
294
295
futures = []
296
for i, names in enumerate(split_keys(hf_param_names)):
297
- fut = await self.weight_fetchers.slice(procs=i).fetch.call_one(
+ fut = self.weight_fetchers.slice(procs=i).fetch.call_one(
298
version=version, param_names=names
299
)
300
futures.append(fut)
0 commit comments