Linus
Linus
When i installed from source using install-develop.sh, i got this error below. It reads version from onnx_coreml.__init__ and it also imports convert that needs coremltools. So, it occurs error no...
Thank you for sharing awesome code! Do you have a plan to implement training code?
### System Info - `transformers` version: 4.37.1 - Platform: Linux-4.18.0-477.27.1.el8_8.x86_64-x86_64-with-glibc2.31 - Python version: 3.10.13 - Huggingface_hub version: 0.20.3 - Safetensors version: 0.4.2 - Accelerate version: not installed - Accelerate config:...
# What does this PR do? Fixes #29205 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if...
Thank you for sharing your outstanding work Using scatter_reduce instead of scatter allows you to create a tensor of shape (bs, vocab_size) instead of (bs, length, vocab_size), which reduces memory...