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 2ce01ce commit 2e06eb3Copy full SHA for 2e06eb3
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install Python dependencies
35
run: |
36
python -m pip install --upgrade pip
37
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
38
pip install .
39
pip install pytest
40
0 commit comments