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 bee85df commit de3b41dCopy full SHA for de3b41d
src/forge/actors/generator.py
@@ -296,7 +296,6 @@ 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