FINRAOS / model-validation-toolkit

Model Validation Toolkit is a collection of tools to assist with validating machine learning models prior to deploying them to production and monitoring them after deployment to production.
https://finraos.github.io/model-validation-toolkit/
Apache License 2.0
29 stars 6 forks source link

Compatibility Issues with new M-series chip on Mac #6

Open yanbronshtein opened 1 year ago

yanbronshtein commented 1 year ago

Hello,

It looks like the model validation toolkit is not handling the new apple chips.

RuntimeError: This version of jaxlib was built using AVX instructions, which your CPU and/or operating system do not support. You may be able work around this issue by building jaxlib from source.
aeftimia commented 1 year ago

It looks like for python3.9.6, the latest jax/jaxlib support Apple's new M1 chips. Let me know if switching to that version solves the problem

yanbronshtein commented 1 year ago
RuntimeError: This version of jaxlib was built using AVX instructions, which your CPU and/or operating system do not support. You may be able work around this issue by building jaxlib from source.

For python=3.9.12