Hi,
I have a transformer model from Hugging Face I have logged to MLFlow.
When I load in using
mlflow.transformers.load_model
I receive a bunch of warnings: WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: xxxx. Connection pool size: 10
Any ideas what is going on here and how to solve? Is this causing the model load to be slow?