Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 346 Bytes

File metadata and controls

12 lines (6 loc) · 346 Bytes

macOS

pip install torch torchvision torchaudio

macOS (Apple Silicon)

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu

PyTorch does not yet support Python 3.13 officially. Most deep learning libraries (including Torch, TensorFlow, and Ultralytics) currently support Python 3.8–3.11.

Tester on Main