Hi. I try to install your package as per instructions (I'm on OS X), and at the first step I stumble with
❯ 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.
❯ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1
works