Hi everyone… who’s using tensorflow? I’m getting t...
# flyte-support
r
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?
q
Are you running it in VM or on a host without AVX?
r
boths.. the task will run on AWS and my local machine is a mac M1
q
check if your (emulated) CPU has AVX:
cat /proc/cpuinfo| grep -i avx
r
empty.. I ran that in the docker image
q
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
👍 1
AFAIK, M1 is ARM based.. and AVX is an x86 extension... So you won't have it there
152 Views