Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 619 Bytes

install.md

File metadata and controls

25 lines (22 loc) · 619 Bytes

Things to run for installation

Install

conda create -n tf2-cpu python=3.9
conda activate tf2-cpu
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.5.0-cp39-cp39-manylinux2010_x86_64.whl
pip install tqdm onnx onnxruntime
conda install -c anaconda bazel==3.7.2

Install onnx-tf

git clone [email protected]:Wilbur-Django/onnx-tensorflow.git
cd onnx-tensorflow
pip install -e .

Configure tensorflow

git clone --depth=1 [email protected]:tensorflow/tensorflow.git
cd tensorflow
./configure

Accept all the default settings when running ./configure