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 0d2d5ed commit 21d03d1Copy full SHA for 21d03d1
.github/workflows/ssh-runner.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Get runner to use
41
shell: bash
42
env:
43
- NUM_GPUS: num_gpus
+ NUM_GPUS: single
44
RUNNER_TYPE: a10
45
run: |
46
if [[ "$NUM_GPUS" == "single" && "$RUNNER_TYPE" == "a10" ]]; then
0 commit comments