neuralmagic / sparsezoo

Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Apache License 2.0
364 stars 24 forks source link

numpy>=1.22 support #343

Closed SmartAudioTools closed 6 months ago

SmartAudioTools commented 1 year ago

Hello! I'm still not able to install deepsparse with numpy>=1.22 with pip install. The pipy version does not seem to include the modification.

ERROR: Cannot install deepsparse and numpy>=1.22 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested numpy>=1.22 deepsparse 1.5.2 depends on numpy>=1.16.3 onnx 1.12.0 depends on numpy>=1.16.6 sparsezoo 1.5.2 depends on numpy<=1.21.6 and >=1.0.0

bfineran commented 1 year ago

Hi @SmartAudioTools support for the latest numpy versions was added as part of our work towards our 1.6 release which will be cut soon. In the meantime, you can access the latest code with sparsezoo-nightly

jeanniefinks commented 6 months ago

Hello @SmartAudioTools Release 1.6 had gone out; release notes are here. I am going to ahead and close out this issue. Feel free to re-open if you have additional questions. Thank you! Regards, Jeannie / Neural Magic