-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
spaCy code snippet and language tag #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be missing something, but from what I'm seeing currently the version is in the wheel name? For example: xxx_sm-3.0.0-py3-none-any.whl
I don't think that works with the URL you crafted here:
# pip install https://huggingface.co/${model.modelId}/resolve/main/${nameWithoutNamespace(model.modelId)}.whl<br class="Apple-interchange-newline">
Yes, the version should not be in the wheel name and is something I need to update from the script that updates the repos. |
I changed the name of the |
that looks super cool! 😍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @osanseviero!
Here is how it would look like.
@ines FYI