OLMo
OLMo copied to clipboard
boto3 client creation is not thread safe
https://github.com/boto/boto3/issues/801
We can probably just wrap our client creation into a mutex?
The problem is in util.py, line 520.