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 e854ddd commit bee85dfCopy full SHA for bee85df
src/forge/actors/generator.py
@@ -296,6 +296,7 @@ def split_keys(keys):
296
for i, names in enumerate(split_keys(hf_param_names)):
297
298
async def _fetch():
299
+ await asyncio.sleep(0.1 * i) # I hope this will work
300
await self.weight_fetchers.slice(procs=i).fetch.call_one(
301
version=version, param_names=names
302
)
0 commit comments