After installing scvi-tools on Macbook Pro with Apple M1 Pro Chip, .train() automatically kills the kernel in jupyter notebook. I have followed the standard procedure on even the smallest data set and received this error
Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel(R) Math Kernel Library.
The processor must support the Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) instructions.
The processor must support the Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) instructions.
The processor must support the Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
Is there something I am doing wrong?
Please help!