-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update blis #6198
update blis #6198
Conversation
Hi @svlandeg, thanks for your pull request! 👍 It looks like you haven't filled in the spaCy Contributor Agreement (SCA) yet. The agreement ensures that we can use your contribution across the project. Once you've filled in the template, put it in the If you've already included the Contributor Agreement in your pull request above, you can ignore this message. |
I have an update to |
hm, good point, why is that test not catching this? I'll have a look. |
Ah, that test does fail locally. Whoops. |
@@ -210,7 +210,7 @@ class Morphologizer(Tagger): | |||
|
|||
examples (Iterable[Examples]): The batch of examples. | |||
scores: Scores representing the model's predictions. | |||
RETUTNRS (Tuple[float, float]): The loss and the gradient. |
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.
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.
Description
Allow higher pin of
blis
to match that of Thinc + few typo fixes + bump to "3.0.0a34"Checklist