Matthew Finlayson
Matthew Finlayson
### Feature request Currently, non-Flax models allow `inputs_embeds` instead of `input_ids` (e.g., GPT2) ```python def forward( self, input_ids: Optional[torch.LongTensor] = None, ... inputs_embeds: Optional[torch.FloatTensor] = None, ... ) -> Union[Tuple,...
# What does this PR do? Adds the option to pass `inputs_embeds` to FlaxGPTNeoForCausalLM. This is already an option for the PyTorch version of the model GPTNeoForCausalLM. Fixes #18036 ##...
Issue #29 describes the problem. To fix it, we use a field with a default_factory.
When using Python 3.11 importing MiniChain causes an error. ``` mfinlayson ~/MiniChain $ python -c "import minichain" Traceback (most recent call last): File "", line 1, in File "/Users/mfinlayson/MiniChain/minichain/__init__.py", line...
# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) (doc improvement) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x]...
``` mattf1n@Matthews-MacBook-Pro ~ % brew install zathura --HEAD ==> Fetching zegervdv/zathura/zathura ==> Cloning https://github.com/pwmt/zathura.git Updating /Users/mattf1n/Library/Caches/Homebrew/zathura--git ==> Checking out branch develop Already on 'develop' Your branch is up to date...
This is a minimal change that allows users to specify the account number when exporting stock orders. This resolves part of #366.
Suggesting adding a new NLP domain paper (my own 😉) [Better Language Model Inversion by Compactly Representing Next-Token Distributions](https://arxiv.org/abs/2506.17090)
Release WOFF2 files do not include smcp and c2sc font features. This PR changes the build process to instead convert the OTF files to WOFF2 so that the features are...