EvoRM / utils /thread_pool.py
eduzrh's picture
Upload utils/thread_pool.py with huggingface_hub
3c61f91 verified
Raw
History Blame Contribute Delete
101 Bytes
"""Thread pool executor for parallel API calls."""
from concurrent.futures import ThreadPoolExecutor