Daniël de Kok
Daniël de Kok
Unfortunately, some Thinc/spaCy have [encountered segfaults](https://github.com/explosion/thinc/issues/771), even with all the patches applied. It seems like there are still kernels that read beyond the end of the array, e.g. https://github.com/flame/blis/blob/b861c71b50c6d48cb07282f44aa9dddffc1f1b3f/kernels/haswell/3/sup/s6x16/bli_gemmsup_rv_haswell_asm_sMx6.c#L3254 Maybe...
Ah, right, we'll try to see if we can reproduce the error outside CI and pinpoint it to a kernel.
> Do you know if there's a way in Nix to get the man page and completions from a release artifact like that? If you don't want to download a...
I have changed my view a bit on this module, and I think it's sometimes useful to probe whether Thinc has found CuPy, a GPU, etc. So I'll close this...
As you said, this tries to install spaCy 3.4.4. spaCy 3.7.0 is the first version that supports Python 3.12. Could you try to download a recent model release? E.g. https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
We will update the example in the docs.
> @danieldk see my attempt [here](https://github.com/explosion/spaCy/issues/13293#issuecomment-1917779824) Odd, that works fine here. In a clean 3.12.1 venv: ``` % cat requirements.txt spacy>=3.7.2,
Do you happen to have a small `Dockerfile` with which we could try to reproduce the issue?
Thanks for the example, we'll look into it!
I think this is the same issue as https://github.com/google/sentencepiece/issues/579 . I am not sure though why the sentencepiece library is loaded. We link sentencepiece statically. At any rate, the error...