MLFlow connection pool warning
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:37 AM
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?