Skip to content

Simple wheel builder to build Tensorflow with CUDA support, for old/low-end CPUs without AVX extensions.

Notifications You must be signed in to change notification settings

D4rk4/tensorflow-noavx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TensorFlow without AVX

This repository provides a build environment tailored for compiling TensorFlow without the use of AVX (Advanced Vector Extensions) instructions. This adaptation is especially beneficial for operating TensorFlow on older CPU models lacking AVX support, as well as on certain newer low-end Intel processors, such as the J4005.

Installation

git clone https://github.com/D4rk4/tensorflow-noavx.git && cd tensorflow-noavx && chmod +x noavx && ./noavx.sh

Usage

After executing noavx.sh building process should start.

Note: Required docker for building.

Features

  • TensorFlow functionality without the need for AVX support.

About

Simple wheel builder to build Tensorflow with CUDA support, for old/low-end CPUs without AVX extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published