Skip to content

Commit bee85df

Browse files
committed
pray
1 parent e854ddd commit bee85df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forge/actors/generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ def split_keys(keys):
296296
for i, names in enumerate(split_keys(hf_param_names)):
297297

298298
async def _fetch():
299+
await asyncio.sleep(0.1 * i) # I hope this will work
299300
await self.weight_fetchers.slice(procs=i).fetch.call_one(
300301
version=version, param_names=names
301302
)

0 commit comments

Comments
 (0)