Describe the bug
Unless I am missing something, the requirements.txt file simply specifies
"torch>=1.9.0
torchaudio>=1.9.0"
However the majority of the tests fail using pytorch 2.1 due to "RuntimeError: Couldn't find appropriate backend to handle uri".
I am not sure why you recommend in the readme to use pytorch 1.13, suggest in the readme that it might work for pytorch 2.0, but then specify the requirements in this way. I think the requirements.txt or readme should be updated.
After following the installiation steps, I had to run pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1
Expected behaviour
I expected the installation to work, to get it ti work I had to downgrade the pytorch version.
To Reproduce
No response
Environment Details
No response
Relevant Log Output
No response
Additional Context
No response
Describe the bug
Unless I am missing something, the requirements.txt file simply specifies
"torch>=1.9.0
torchaudio>=1.9.0"
However the majority of the tests fail using pytorch 2.1 due to "RuntimeError: Couldn't find appropriate backend to handle uri".
I am not sure why you recommend in the readme to use pytorch 1.13, suggest in the readme that it might work for pytorch 2.0, but then specify the requirements in this way. I think the requirements.txt or readme should be updated.
After following the installiation steps, I had to run pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1
Expected behaviour
I expected the installation to work, to get it ti work I had to downgrade the pytorch version.
To Reproduce
No response
Environment Details
No response
Relevant Log Output
No response
Additional Context
No response