Replies: 1 comment 4 replies
-
There are a couple possible workarounds for this issue.
Note that options 2&3 will prevent the engine from running on more than one socket |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to run Deepsparse on MacOS. I created a docker with ubuntu:20.04. I have a machine with the x86 instruction set and the avx2 support.
I was able to succesfully
pip install deepsparse
I tried to run the following code from one of the tutorials
I got the following error.
I dont think I can trace the error further back than that, because it seems to be coming from
deepsparse_engine.so
( I think?).Do you have any idea what might be going on here?
Beta Was this translation helpful? Give feedback.
All reactions