Tensorflow_addons installation from source in jetson nano

Hello,
I need to install tensorflow_addons from source to jetson nano.
I was able to install through the source but the installed version is 0.12.0.dev0.
link:

I need to install version 0.11.2 through the source.

I have:
tensorflow version - 2.3.0+nv20.9

Would appreciate help.
Thank you

Hi,

You can checkout the corresponding branch and build it from source again.

$ git clone -b r0.11 https://github.com/tensorflow/addons.git

Thanks.

thanks!