https://flyte.org logo
#ask-the-community
Title
# ask-the-community
e

Eduardo Matus

02/28/2023, 3:37 PM
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

Felix Ruess

02/28/2023, 5:14 PM
Are you running it in VM or on a host without AVX?
e

Eduardo Matus

02/28/2023, 5:46 PM
boths.. the task will run on AWS and my local machine is a mac M1
f

Felix Ruess

02/28/2023, 5:47 PM
check if your (emulated) CPU has AVX:
cat /proc/cpuinfo| grep -i avx
e

Eduardo Matus

02/28/2023, 5:48 PM
empty.. I ran that in the docker image
f

Felix Ruess

02/28/2023, 5:49 PM
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
3 Views