-
Notifications
You must be signed in to change notification settings - Fork 811
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
CD backports #1318
CD backports #1318
Conversation
The documentation is not available anymore as the PR was closed or merged. |
`cargo check` doesnt work on my local configuration from `tokenizers/bindings/node/native` i don't think it will be a problem but i have difficulty telling
for |
Node is 12 and starting failing some time ago. I need to finish my node rewrite (which is done but I was fighting the distribution mecanism and couldn't make it work). In the meantime we're effectively dropping node, it can't slow the rest down. |
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
should |
Not really why ? Just what you're doing here is fine, minimal changes in the same way. |
all tests besides the node pass! |
LGTM |
follow
three commits that each implement
huggingface/safetensors#312
huggingface/safetensors#315
huggingface/safetensors#317
@Narsil do you think they should be separate PRs?
also how should I properly test them locally?
i'd hate to stress the PR build test infrastructure every time