Ashley Scillitoe
Ashley Scillitoe
> LGTM! Should we add some documentation somewhere that save will save the state by default, and if that's not desired one should call reset_state first? Or is it going...
As further info, looking at the traceback again: ``` File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\site-packages\spacy\ml\staticvectors.py", line 56 in forward ``` @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...
Hi @danieldk and @njsmith, thanks for the quick responses. That's a nice idea re blis 0.7.8, we shall do that now and come back to you.
I've run some more CI runs [here](https://github.com/ascillitoe/alibi/actions). The results are as follows: - CI [#430](https://github.com/ascillitoe/alibi/actions/runs/3126604075) to [#460](https://github.com/ascillitoe/alibi/actions/runs/3126617009) is with `thinc 8.1.1` and **`blis 0.7.8`**. There were **no failures** in 30x...
Thanks for the update @svlandeg!
> @ascillitoe Could you reproduce the crash with the following env variable and post the `stdout` output of the run: `BLIS_ARCH_DEBUG=1`? This will help us narrow down which BLIS kernel...
Hi again. I've set some more CI runs going [here](https://github.com/ascillitoe/alibi/actions/workflows/ci.yml) (508 to 518). Interesting, it looks like all the runs that fail (like [this one](https://github.com/ascillitoe/alibi/actions/runs/3159213897/jobs/5142162329)) have: ``` libblis: selecting sub-configuration...
Good point, didn't think about that!
*editing for clarity
Hi @abhaygargab, would you be able to reopen this issue in the [seldon-core](https://github.com/SeldonIO/seldon-core) repo please? I believe you may be better off using the newer V2 protocol (see [example](https://docs.seldon.io/projects/seldon-core/en/latest/examples/iris_anchor_tabular_explainer_v2.html)). You...