Libtorch statics library vs dynamicss library?

I have downloaded libtorch statics library from here https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-static-with-deps-1.4.0.zip
My question is

  1. What is the current state of statics libtorch statics library is it as stable as the dynamics one ?
  2. It is advisable to use statics library instead of dynamics library?
  3. Why there is no option to download the statics library from download menu at pytorch.org website?

Thanks

Static linking libtorch doesn’t work well yet, please see https://github.com/pytorch/pytorch/issues/21737 for details.

thanks for your response