TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine

#16
by natea - opened

When I run the Docker command, I get the following error:

Status: Downloaded newer image for registry.hf.space/pritish-bookgpt:latest
The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.

According to this, it sounds like I have to compile from source in order for it to work on my Mac M1.
https://github.com/tensorflow/tensorflow/issues/24548

Sign up or log in to comment