You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't install the prerequisites required to run this model.
I got the following error when I tried to install them with pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement torch==1.13.1 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1)
ERROR: No matching distribution found for torch==1.13.1
Am I doing something wrong here?
It seems Python 3.12 cannot install such an old version of PyTorch from pip.
Can a more modern version be used? Or do I need to do some manual installation process?
If so, perhaps the instructions could be updated to reflect this.
Thanks,
Joshua
The text was updated successfully, but these errors were encountered:
I can't install the prerequisites required to run this model.
I got the following error when I tried to install them with
pip install -r requirements.txt
Am I doing something wrong here?
It seems Python 3.12 cannot install such an old version of PyTorch from pip.
Can a more modern version be used? Or do I need to do some manual installation process?
If so, perhaps the instructions could be updated to reflect this.
Thanks,
Joshua
The text was updated successfully, but these errors were encountered: