facebookresearch / facebookresearch/perception_models
[documentation] Could not find a version that satisfies the requirement torch==2.5.1 under download.pytorch.org/whl/cu124
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.4k
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
Hi. I try to install your package as per instructions (I'm on OS X), and at the first step I stumble with
```bash
❯ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
Looking in indexes: https://download.pytorch.org/whl/cu124
ERROR: Could not find a version that satisfies the requirement torch==2.5.1 (from versions: none)
ERROR: No matching distribution found for torch==2.5.1
```
torch==2.5.1 is available elsewhere, but not under torch==2.5.1.
```bash
❯ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1
```
works
Contributor guide
Assessment
This issue has not been assessed yet.