Roy Hvaara
Roy Hvaara
The latest version is 0.7.0 and was released on 2014-06-16. I see there's been quite a lot of commits since that time. Does it make sense to bump the version...
# What does this PR do? ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the...
`cumsum` and `cumprod` was (is?) buggy for MPS: https://github.com/pytorch/pytorch/blob/c8d2a55273757c90989fde7c6f05e957aba9a238/aten/src/ATen/native/mps/operations/UnaryOps.mm#L435-L436 A workaround casts the input to int32 prior to performing the op to prevent overflow for certain numeric types. It turns...
When I try to publish a scoped package I get an error: ``` $ npm publish npm ERR! publish Failed PUT 403 npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node"...
The Cohere client is [hosted on PyPI](https://pypi.org/project/cohere/) for example, but lacks links back to the [original Github repo](https://github.com/cohere-ai/cohere-python). Some examples of improvements: - Add project links to PyPI. For a...
Codecov is enabled for a few huggingface libraries (ref https://app.codecov.io/github/huggingface). Can it be enabled for the `tokenizers` library? I'm happy to ship a PR with the config changes to the...
This PR adds `200 OK` status code for the mocks in task 211 and 215. #### TODO - [ ] Verify model passes task with new behavior - [ ]...
The readme mentions `...Or if you want to try it locally regardless of the risks ⚠️:`. Explain what the risks of running locally are, and how they are mitigated by...
It can be tricky to understand exactly how to use the different binaries to run the benchmark end-to-end. I propose adding an example that the user can follow. Bonus points...