# --- Force NVIDIA/CUDA Priority ---
--index-url https://download.pytorch.org/whl/cu128
--extra-index-url https://pypi.org/simple

-r requirements-base.txt

# Torch itself is opt-in — see requirements-ml.txt. The --index-url above is
# what makes `pip install -r requirements-nvidia.txt -r requirements-ml.txt`
# resolve torch as the matching CUDA build instead of CPU-only.
