Rene Leonhardt
Rene Leonhardt
No stress, thank you for your work when you have time 😅
> Thanks for looking into this. The way the changes are arranged makes it impossible to backport these to the currently maintained version 1.0.x. A lot of these changes make...
@mp911de Can you test this branch yourself and clarify what would be needed to merge updates?
Unrelated changes? ### Updates * Update Maven Wrapper to 3.3.2 and Maven to 3.9.8 * Add Dependabot configuration * Update maven plugins * Update dependencies * Build with JDK 17...
@hantsy Nice addition, does it work, can you rearrange the code to minimize the diff? `getDefaultCodecs()` seems to be mostly the same, but is shown as a complete replacement.
> Would love to see a FIM fine-tune of Llama 3, I dont have any insights on how the training process differed from Llama 2. > Is there anyone working...
I wonder why updates are not being (auto-) merged as soon as possible... 3 vulnerability fixes in this Cryptography PR alone: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
Instead of waiting for a full test suite you could manually test this, why do you think a minor dependency update is a breaking update? 🤔 Your users can only...
I know that most users don't appreciate all the work through donations 🙁 If it would be my project I would fix the dozens of bugs I know of easily...
@dus7eh you're right, I suggest filling classifiers, i.e.: ```python classifiers = [ "License :: OSI Approved :: MIT License" ], ``` Maybe explicitly clearing it like now (`classifiers = []`)...