Сейчас у меня torch=2.2.0, и я хотел обновить его до последней версии, но когда я попробовал pip install -U torch, он показывает, что у меня последняя версия, и пытаюсь pip install -U torch==2.7.0 заканчивается на:
Код: Выделить всё
ERROR: Could not find a version that satisfies the requirement torch==2.7.0 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.7.0
Код: Выделить всё
pip install ~/Downloads/torch-2.7.1-cp39-none-macosx_11_0_arm64.whl
ERROR: torch-2.7.1-cp39-none-macosx_11_0_arm64.whl is not a supported wheel on this platform.
Подробнее здесь: https://stackoverflow.com/questions/796 ... n-of-torch
Мобильная версия