Skip to content

TensorFlow 2.9.3

Compare
Choose a tag to compare
@lreiher lreiher released this 09 Jan 15:17
· 54 commits to main since this release
9d3ea67

Installation (amd64/arm64)

CPU

ARCH=$(dpkg --print-architecture)
wget https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.9.3/libtensorflow-cc_2.9.3_${ARCH}.deb
sudo dpkg -i libtensorflow-cc_2.9.3_${ARCH}.deb
ldconfig

GPU

ARCH=$(dpkg --print-architecture)
wget https://github.com/ika-rwth-aachen/libtensorflow_cc/releases/download/v2.9.3/libtensorflow-cc_2.9.3-gpu_${ARCH}.deb
sudo dpkg -i libtensorflow-cc_2.9.3-gpu_${ARCH}.deb
ldconfig

Multi-Architecture Docker Images

CPU GPU
rwthika/tensorflow-cc:2.9.3 rwthika/tensorflow-cc:2.9.3-gpu

Version Information

TensorFlow Architecture Ubuntu GCC Bazel Python protobuf CUDA cuDNN TensorRT GPU Compute Capability
2.9.3 amd64 20.04 9.4.0 6.0.0 3.8.10 3.9.2 11.2.152 8.1.0 7.2.2 8.6, 8.0, 7.5, 7.2, 7.0, 6.1, 6.0, 5.3
2.9.3 arm64 20.04 9.4.0 6.0.0 3.8.10 3.9.2 11.4.239 8.4.1 8.4.1 8.7, 8.6, 8.0, 7.5, 7.2, 7.0, 6.1, 6.0, 5.3