Tell `uv sync` to use a specific index for one package
Summary The issue at hand involves using uv sync with a specific package index for torch while resolving other packages normally. The user wants to utilize the https://download.pytorch.org/whl/cpu index for torch and avoid conflicts with other packages. Root Cause The root cause of this issue is the presence of conflicting indexes for the torch package. … Read more