I've trying to run the project in a virtual environment, but when I try to install the requirements file a couple of errors are shown:
ERROR: Could not find a version that satisfies the requirement torch==1.8.1 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0)
ERROR: No matching distribution found for torch==1.8.1
not sure if this is something with the packages, the source where they are been fetched or I might missing something.