I created a fresh install of bookworm and then installed ultralytics with pip install ultralytics . It installed pytorch 2.4 My detection program that is running on two other Pis failed with an ...
When installing using the PIP technique, PyTorch 2.0.1 is used, whereas both the osxarm64, and linux yaml conda installs use PyTorch < 2.0. This is problematic for me because I use functorch, which is ...