-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow 2.8.0 No AVX, No GPU, Python 3.7, 3.8, 3.9, 3.10, Ubuntu 18.04, multiple Archs #209
Comments
Hi Yaroslav, |
Thank you! tensorflow-2.8.0-cp310-cp310-linux_x86_64.whl works like a charm on debian:sid with E5649, that surprisingly doesn't have AVX :( |
Works great on M1 Mac running X86_64 QEMU guest with Debian 11.3.0 |
Command: "pip install --ignore-installed --upgrade tensorflow-2.8.0-cp39-cp39-linux_x86_64.whl" Defaulting to user installation because normal site-packages is not writeable How can i solve this? |
Hi @MathewsJosh i tried all Python 3.9 wheels in a fresh docker container and could not verify any installation problems. |
You may try one of the other ones, depending in your CPU (I guess). There are only 4 versions for each python version. |
Hello Yaroslav, I just try to use 3.10 python whl to update my install ... it was ok with python 3.9 , and I get this output : |
MacOS Tensorflow compiled without AVX, Python 3.8-3.11, MPS GPU/CPU, - https://github.com/alessandro893/tensorflow-macos-noavx |
thank u buddy. can u please write a few words about the selection of the GCC Compiler Option? what should i choose? |
Works for me on OS: Linux Mint 21 (based on Ubuntu 22.04 LTS) |
Hi Guys it is the possibility to have TensorFlow 2.8 with GPU support and No AVX. Where I can find the WHL file? Thanks in advance. |
Thank you very much, working perfectly on my Linux-based 2009 Mac Pro (dual Xeon X5690 Westmere) |
Hello, do anyone know why the tensorflow is stuck even if it just simply import(import tensorflow on python shell and nothing happen, cant ctrl+c, it looks like loading but nothing happen) ? i install: tensorflow-2.8.0-cp38-cp38m-linux_x86_64.whl heres quick spec of my system: OS: Linux Mint 20.1 x86_64 Thanks |
core2 variant seems to have installed on Intel(R) Pentium(R) CPU U5400 |
Built on Ubuntu 18.04. Builds are not tested and provided as is.
Example configuration for Python 3.7 and
westmere
:This produces the following
.tf_configure.bazelrc
for Python 3.7.(-march)
Install with:
Please let me know here if it works for you.
The text was updated successfully, but these errors were encountered: