orbax
orbax copied to clipboard
Parallelize many directory creations using asyncio. Also reduce the number of `asyncio.run` calls by moving `async` functions higher in the stack.
Parallelize many directory creations using asyncio. Also reduce the number of asyncio.run calls by moving async functions higher in the stack.