allenai / tango

Organize your experiments into discrete steps that can be cached and reused throughout the lifetime of your research project.
https://ai2-tango.readthedocs.io/
Apache License 2.0
533 stars 47 forks source link

GS workspace bug fixes #607

Closed AkshitaB closed 1 year ago

AkshitaB commented 1 year ago

Multiple concurrent datastore get calls caused the tango run to hang. Instead, we now use datastore's method to get step info of multiple steps.