Sebastiano Vigna

Results 28 issues of Sebastiano Vigna

My plans for 8.6.0, which would be the last release for Java 8 (from it, just bug fixes, would be): - Pull in #162 - Fix #101 - Bug fixes...

The current way entrySet() is handled in unmodifiable wrapper is wrong—users can still modify the map using Entry.setValue(). An entirely custom unmodifiable wrapper is necessary (as the JDK does).

First of all, thank you so much for all this information. With your guidance I was able for the first time in my life to make sourdough bread successfully. And...

On branch develop, trying to merge with `CGMerger` the dependencies related to revision `fasten://io.7mind.izumi:distage-extension-config_2.12$1.0.6` (id=76535) causes an out-of-memory exception, even using 128GB of RAM. To replicate, try ``` echo '+fasten://io.7mind.izumi:distage-extension-config_2.12$1.0.6'...

bug

We started using consistently in the Javadoc documentation the new tags defined by this [JEP draft](https://openjdk.java.net/jeps/8068562) and now common in JDK's API. However, support under Maven requires the following blurb...

This PR implements the harmonic diameter, a measure of connectivity.

Enhancement

I know this might open a can of worm, but just to let you know: when we saw positional runs going _worse_ than non-positional runs, we started to examine manually...

In all the models up to 30B, using the standard parameters from `example.py` (and many variations on them), the continuations of the prompt "The first image that comes to my...

The current example.py relies heavily on environment variables set by torchrun. Trying to run the code in a notebook was a headache without solution, with multiple environment variables like RANK...

This PR makes bytelines implement the LendingIterator trait from https://github.com/vigna/hrtb-lending-iterator-rs. The changes are minimal, but now standard iterator operations such as Map, Take, etc. are available. There's just a few...