Skip to content

TensorFlow 2.10.1

Compare
Choose a tag to compare
@lreiher lreiher released this 24 Jan 15:16
· 41 commits to main since this release
41665bb

Installation (amd64/arm64)

CPU

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

GPU

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

Multi-Architecture Docker Images

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

Version Information

TensorFlow Architecture Ubuntu GCC Bazel Python protobuf CUDA cuDNN TensorRT GPU Compute Capability
2.10.1 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.10.1 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