model-validation-toolkit icon indicating copy to clipboard operation
model-validation-toolkit copied to clipboard

Compatibility Issues with new M-series chip on Mac

Open yanbronshtein opened this issue 3 years ago • 2 comments

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.

yanbronshtein avatar Nov 08 '22 15:11 yanbronshtein

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

aeftimia avatar Nov 08 '22 15:11 aeftimia

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

yanbronshtein avatar Nov 08 '22 21:11 yanbronshtein