Skip to content

Commit be85a94

Browse files
committed
remove await
1 parent 957b4cd commit be85a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/actors/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def split_keys(keys):
294294

295295
futures = []
296296
for i, names in enumerate(split_keys(hf_param_names)):
297-
fut = await self.weight_fetchers.slice(procs=i).fetch.call_one(
297+
fut = self.weight_fetchers.slice(procs=i).fetch.call_one(
298298
version=version, param_names=names
299299
)
300300
futures.append(fut)

0 commit comments

Comments
 (0)