You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Translation pipeline loads a list of supported translation models in the __init__ method. This is causing HTTP 429 errors from the Hugging Face Hub with the build script.
The pipeline should load the list of supported models once on demand.