# --- Force AMD/ROCm Priority ---
--index-url https://download.pytorch.org/whl/rocm7.2
--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-amd.txt -r requirements-ml.txt`
# resolve torch as the ROCm build instead of CPU-only.
