SocketTimeoutException for every request to facebook / bart-large-mnli
Is anyone else seeing every request to the "facebook / bart-large-mnli" model being timing out for the past couple weeks ?
Even the sample examples on the model's page (https://huggingface.co/facebook/bart-large-mnli) also time out.
After receiving an email from HuggingFace a few weeks ago regarding usage of deprecated base url, I did recently update the base url as follows:
OLD base URL : https://api-inference.huggingface.co/
NEW base URL : https://router.huggingface.co/hf-inference/
Below are the request logs from my Android app:
--> POST https://router.huggingface.co/hf-inference/models/facebook/bart-large-mnli
Content-Type: application/json; charset=UTF-8
Content-Length: 152
Authorization: Bearer hf_********************************
{"inputs":"Club","parameters":{"candidate_labels":["Relaxing","Sad","Happy","Energetic","Calm","Workout","Dancing","Party"],"multi_label":true}}
--> END POST (152-byte body)
<-- HTTP FAILED: java.net.SocketTimeoutException: timeout. https://router.huggingface.co/hf-inference/models/facebook/bart-large-mnli
Does anyone know if this is something on my end or if the model is not working somehow ?
Thanks in advance.