An issue I'm having installing it on a new PC using pip - the version <2.0 of PyTorch that's required only works with old versions of Python. It seems that you need python < 3.11 for torch < 2.0.
Also noticed that the torch version isn't specified in requirements.txt - but it is specified when you try to install with pip.
Worth adding python < 3.11 and torch < 2.0 to requirements.txt, if these are the right requirements?
Hi team,
Thanks for making this pretty awesome library!
An issue I'm having installing it on a new PC using pip - the version <2.0 of PyTorch that's required only works with old versions of Python. It seems that you need python < 3.11 for torch < 2.0.
Also noticed that the torch version isn't specified in requirements.txt - but it is specified when you try to install with pip.
Worth adding python < 3.11 and torch < 2.0 to requirements.txt, if these are the right requirements?
Thanks very much! -Nessa