Daniël de Kok
Daniël de Kok
Closing this issue since GPTQ is supported now.
> @RobertSamoilescu has noticed the failure appears to originate in `staticvectors.py` [here](https://github.com/explosion/spaCy/blob/v3.4.1/spacy/ml/staticvectors.py#L56). We're therefore wondering if the recent change to `gemm` ([explosion/cython-blis#72](https://github.com/explosion/cython-blis/pull/72)) is the cause? Unlikely, using uninitialized memory erroneously...
Thank you for reporting this and sorry for the late reply. I think we added the trimming as a precaution and it should probably be removed.
Just wanted to add that we do support longer sequences with Curated Transformers in spaCy. We should probably provide something similar in Curated Transformers that could be used as an...
Thanks for the pointer! Type checking for shapes is something I wished for for a long time, We'll definitely look into this after getting 1.0 out of the door.
Thanks for the suggestion! We hope to look more into training in the coming period and will definitely take this into account.
This seems like a Visual C++-specific issue. However, I am not familiar enough with Visual C++ (or Windows) to have any constructive ideas here. The only thing that I could...
Could you give some more information, such as which libtorch archive you downloaded? Usually such errors come from downloading libtorch with the wrong C++ ABI. (I should really provide pre-built...
Thanks! I’ll try and see if I can reproduce this.
That's really odd, I installed Ubuntu 22.04 using distrobox and downloaded the same libtorch version as you did and it works fine. Could you show the `ldd` output for the...