FasterTransformer
FasterTransformer copied to clipboard
error: ‘bfloat16’ is not a member of ‘Eigen’
Description
docker image:nvcr.io/nvidia/tensorflow:20.12-tf1-py3
Reproduced Steps
nvidia-docker run -ti --rm nvcr.io/nvidia/tensorflow:20.12-tf1-py3 bash
git clone https://github.com/NVIDIA/FasterTransformer.git
mkdir -p FasterTransformer/build
cd FasterTransformer/build
git submodule init && git submodule update
error: ‘bfloat16’ is not a member of ‘Eigen’
Please try the newer docker image, like nvcr.io/nvidia/tensorflow:22.04-tf1-py3.
Close this bug because it is inactivated. Feel free to re-open this issue if you still have any problem.