Skip to content

TensorFlow 2.13.0

Latest
Compare
Choose a tag to compare
@lreiher lreiher released this 21 Aug 21:02
· 1 commit to main since this release

Installation of libtensorflow_cc (amd64/arm64)

CPU

TF_VERSION=2.13.0
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.13.0
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.13.0 rwthika/tensorflow-cc:2.13.0-gpu

Version Information

TensorFlow Architecture Ubuntu GCC Bazel Python protobuf CUDA cuDNN TensorRT GPU Compute Capability
2.13.0 amd64 20.04 9.4.0/11.4.0 6.3.2 3.8.10 3.21.9 11.8.89 8.6.0 8.5.3 9.0, 8.9, 8.6, 8.0, 7.5, 7.0, 6.1, 6.0
2.13.0 arm64 20.04 9.4.0/11.4.0 6.3.2 3.8.10 3.21.9 - - - -