We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4beb2 commit 66547dcCopy full SHA for 66547dc
1 file changed
Makefile
@@ -112,7 +112,7 @@ install-python-dependencies-ci: ## Install Python CI dependencies using uv pip s
112
# Install CPU-only torch first to prevent CUDA dependency issues (Linux only)
113
@if [ "$$(uname -s)" = "Linux" ]; then \
114
echo "Installing dependencies with torch CPU index for Linux..."; \
115
- uv pip sync --extra-index-url https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt; \
+ uv pip sync --torch-backend cpu sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt; \
116
else \
117
echo "Installing dependencies from PyPI for macOS..."; \
118
uv pip sync sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt; \
0 commit comments