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 746aff5 commit fe58530Copy full SHA for fe58530
.github/workflows/gpu-hvd-tests.yml
@@ -9,6 +9,7 @@ on:
9
- "examples/**.py"
10
- "requirements-dev.txt"
11
- ".github/workflows/gpu-hvd-tests.yml"
12
+workflow_dispatch:
13
14
concurrency:
15
# <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
@@ -50,6 +51,8 @@ jobs:
50
51
restore-keys: |
52
${{ steps.get-date.outputs.date }}-pytorch-${{ runner.os }}--3.8-pytorch-
53
54
+ - run: pip install pip wheel setuptools -Uqq
55
+
56
- name: Install PyTorch
57
# https://pytorch.org/get-started/locally/
58
run: |
0 commit comments