"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "963db81a5afc5c31edafa0c9fb0390956a78cf2a"
Commit aa08a346 authored by Lysandre's avatar Lysandre
Browse files

[Flax tests] NVIDIA-SMI failure should continue

parent 854260ca
......@@ -97,6 +97,7 @@ jobs:
fetch-depth: 2
- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
......@@ -269,6 +270,7 @@ jobs:
fetch-depth: 2
- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
......
......@@ -95,6 +95,7 @@ jobs:
uses: actions/checkout@v2
- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
......@@ -300,6 +301,7 @@ jobs:
uses: actions/checkout@v2
- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment