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 6c70a6e commit a2e4193Copy full SHA for a2e4193
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.x'
26
- name: Install torch
27
run: |
28
- pip install torch
+ pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
29
- name: Build package
30
run: python setup.py sdist
31
- name: Publish package
0 commit comments