Hi everyone… who’s using tensorflow? I’m getting t...
# ask-the-community
e
Hi everyone… who’s using tensorflow? I’m getting this
The TensorFlow library was compiled to use AVX instructions
Any specific version to install tensorflow?
f
Are you running it in VM or on a host without AVX?
e
boths.. the task will run on AWS and my local machine is a mac M1
f
check if your (emulated) CPU has AVX:
cat /proc/cpuinfo| grep -i avx
e
empty.. I ran that in the docker image
f
So if your metal supports AVX, you'll need to set a machine in the VM that also has AVX... Or try to find tensorflow without AVX or compile it yourself
AFAIK, M1 is ARM based.. and AVX is an x86 extension... So you won't have it there
152 Views