Closed adieyal closed 4 months ago
Hugging Face must have changed something on the server side. Because this build just ran with huggingface-hub==0.24.0 yesterday and was fine.
https://github.com/neuml/txtai/actions/runs/10029750031/job/27718304694
Update: It looks like this change is the root of this issue.
Good to know - I temporarily patched translation.py after i couldn't find a version of huggingface-hub that worked.
It appears that whatever change happened was reverted upstream.
Nonetheless, I'll still plan to update the API call to use the latest. But at least it sounds like it's not an emergency.
sorry about the breaking change on our side!
(we have reverted the change server side for now, but we plan to re-apply it in the future)
Translation stopped working for me and I'm not sure what changed.
It looks like the last version of huggingface-hub that used
modelId
was v0.18 It isn't available in v0.19 or later