Guillaume Lagrange

Results 243 comments of Guillaume Lagrange

Hmmm this typically happens when the linked libtorch version doesn’t match what the `tch` crate expects. There are a couple of issues on this over on there repo, especially for...

Thanks for the contribution :slightly_smiling_face: /edit: just realized, I had marked this PR last week in my list since it included such a large area but I never commented. It...

> totally reasonable thanks. Thanks for understanding!

Sorry for the late reply, this one slipped through the notifications it seems! You're right, that's not really an accurate description. It is a scaling factor.

Hmm that seems to be originating from the huggingface datasets library. `PyExtensionType` in `pyarrow` seems to have been removed in 2023. So perhaps your setup has some conflicting dependencies? Are...

Ok thanks for confirming 🙂 It uses the huggingface dataset loader, which leverages the `datasets` python library to easily download the datasets from the HF hub. Somehow the python env...

Thanks for reporting! Linking a related issue: #2699 Support for scalar tensors in ONNX import has been added progressively but the importer is not complete. The effort is mostly community-driven...