79721296

Date: 2025-07-31 12:45:39
Score: 1.5
Natty:
Report link

cross posting the answer from the uv issue tracker

This can be solved by explicitely telling uv it cannot install torch+cu124 on aarch64 by adding a marker in the dependencies:

cu124 = [
    "torch==2.6.0+cu124; sys_platform == 'linux' and platform_machine == 'x86_64'", 
]
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: tbrugere