Skip to content

furas/tensorflow-no-avx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-no-avx

TensorFlow compiled on CPU without AVX

tensorflow 1.14.0 (2019.08.20)

Field Value
Date: 2019.08.20
Tensorflow: 1.14.0
Python: 3.7.4
System: Linux Mint 19.2 "Tina" 64bit
Kernel: 5.0.0-25-generic x86_64
CPU: Intel® Core™ i5 CPU M 430 @ 2.27GHz × 4
Size: ~82MB
Link: https://furas.pl/projects/tensorflow-no-avx/bin/tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl
GCC: gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
Compilation Time: ???

tensorflow 1.14.1 (2021.01.17)

Field Value
Date: 2021.01.17
Tensorflow: 1.14.1
Python: 3.7.9
System: Linux Mint 20.0 "Ulyana" 64bit
Kernel: 5.8.0-36-generic x86_64
CPU: Intel® Core™ i5 CPU M 430 @ 2.27GHz × 4
Size: ~114MB
Link: https://furas.pl/projects/tensorflow-no-avx/bin/tensorflow-1.14.1-cp37-cp37m-linux_x86_64.whl
GCC: gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
Compilation Time: 28284s (~7.8h) (jobs:2)

Added to list tensorflow-community-wheels as


Installation

2020.05.05

Originally .whl was on Git LFS (Git Large File Storage (LFS)) and you could install it from GitHub bin/tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl but Git LFS has limitations for free users so I had to put .whl on private server.

Install directly from server:

pip3 install https://furas.pl/projects/tensorflow-no-avx/bin/tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl

pip3 install https://furas.pl/projects/tensorflow-no-avx/bin/tensorflow-1.14.1-cp37-cp37m-linux_x86_64.whl

Download and later install from local file:

download:

install:

pip3 install tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl

pip3 install tensorflow-1.14.1-cp37-cp37m-linux_x86_64.whl

2021.01.14

More information about compilation and installation in file NOTES.md


About

TensorFlow compiled on CPU without AVX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published