epfl-dlab / aiflows

🤖🌊 aiFlows: The building blocks of your collaborative AI
https://epfl-dlab.github.io/aiflows/
MIT License
234 stars 11 forks source link

expand hugginface reponame matching logistics to support '-' #8

Closed Tachi-67 closed 8 months ago

Tachi-67 commented 9 months ago

The previous matching logic does not match the '-' symbol.

For example, if my huggingface account id is "Tachi-67" then the match will fail, which is not expected.

This pr resolves this issue.