neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
3.01k stars 176 forks source link

Could not build wheels for deepsparse, which is required to install pyproject.toml-based projects #418

Closed akashAD98 closed 2 years ago

akashAD98 commented 2 years ago

im using windows 10 , python 3.7 & creayed new venv for this project, so window system dosnt have support of deepsparse?

image image
KSGulin commented 2 years ago

Hi @akashAD98, That's correct. The engine currently supports x86 CPUs running on Linux. You can, however, install deepsparse if you're running on a (linux-based) VM or docker from Windows

akashAD98 commented 2 years ago

@KSGulin got it thanks