princeton-vl / lietorch

BSD 3-Clause "New" or "Revised" License
663 stars 46 forks source link

torch version > 1.6 stead of >=? #2

Closed JudyYe closed 2 years ago

JudyYe commented 3 years ago

Hi Zach,

Thank you for releasing the code. The readme says PyTorch >= 1.6. But when I install w 1.6.0, I got the error

ImportError: cannot import name '_disabled_torch_function_impl'

The error goes away for me with pytorch 1.8.1. Thanks.

zachteed commented 2 years ago

Yes it seems like it isn't working with PyTorch 1.6 anymore, >= 1.7 seems to work, thanks!