aiondemand / AIOD-rest-api

A containerized application using FastAPI and SQLAlchemy connected to a MySQL database.
MIT License
10 stars 7 forks source link

bugfix huggingface validator #330

Closed Taniya-Das closed 1 month ago

Taniya-Das commented 1 month ago

Bugs in the validator implementation. It is now replaced with the huggingface_hub.utils.validate_repo_id as suggested in the docs.

PGijsbers commented 1 month ago

Is it a distinct error? Then yes, I think we should tackle it in a separate PR. Could you provide some more details on the error how to recreate it in a new issue? That would help a lot!

andrejridzik commented 1 month ago

Is it a distinct error? Then yes, I think we should tackle it in a separate PR. Could you provide some more details on the error how to recreate it in a new issue? That would help a lot!

I can create an issue and also an initial PR with the changes. We might identify and fix more issues in the following hours :) .