Luca Cappelletti
Luca Cappelletti
For future TensorFlownauts trying to solve weird logs, I can confirm that the issue is solved as of version `2.18.0` for GPU published on the 25th of October 2024.
Try setting the `RAYON_NUM_THREADS` system variable.
Not for those using Rayon for parallelism such as `Node2VecGloVeEnsmallen`. The ones that were straightforwardly possible to set it via a parameter are already available as kwargs.
Indeed, but there are crates down the dependency line that require a [BuildHasher](https://doc.rust-lang.org/nightly/core/hash/trait.BuildHasher.html) object other than the Hasher object itself. I agree that there should be only a need for...
SqlParser PR has been merged. I will proceed to update this PR for the current main branch.
> it looks that between 0.46 and 0.50 has too many breaking changes in sqlparser. could we split this into small steps? I see that 0.47 has some AST changes...
Hi @woodruffw, Thank you for your answer. I understand that such a metric is hard to design, which is why I stressed its open-source aspect. The age of a package...
I am currently scraping (with an appropriate frequency) the PyPI metadata for the packages from the API. Hopefully, I should be able to create a public anonymised dataset and try...
I also need this PR, any updates?
Ok! Which files should I check out first?