Module 'torch' has no attribute 'cholesky_inverse'

Dear all,

I try to use the module cholesky_inverse but get the following error message:
AttributeError: module ‘torch’ has no attribute ‘cholesky_inverse’
In the documentation of PyTorch the function is however listed so it should be available.
Has anyone experienced a similar error already or are there any suggestions for possible solutions?

I use version 1.0.1.post2

Best regards,
Raph

Can anyone help me with this issue?

This method was introduced in PyTorch 1.1.0.
Have a look here to find the install instruction.