Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
00dc8562
Unverified
Commit
00dc8562
authored
Nov 10, 2023
by
Yih-Dar
Committed by
GitHub
Nov 10, 2023
Browse files
At most 2 GPUs for CI (#27435)
At most 2 GPUs Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
68afca3e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
.github/workflows/self-nightly-scheduled.yml
.github/workflows/self-nightly-scheduled.yml
+1
-0
.github/workflows/self-past.yml
.github/workflows/self-past.yml
+1
-0
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-0
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-0
No files found.
.github/workflows/self-nightly-scheduled.yml
View file @
00dc8562
...
@@ -19,6 +19,7 @@ env:
...
@@ -19,6 +19,7 @@ env:
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
TF_FORCE_GPU_ALLOW_GROWTH
:
true
TF_FORCE_GPU_ALLOW_GROWTH
:
true
RUN_PT_TF_CROSS_TESTS
:
1
RUN_PT_TF_CROSS_TESTS
:
1
CUDA_VISIBLE_DEVICES
:
0,1
jobs
:
jobs
:
setup
:
setup
:
...
...
.github/workflows/self-past.yml
View file @
00dc8562
...
@@ -30,6 +30,7 @@ env:
...
@@ -30,6 +30,7 @@ env:
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
TF_FORCE_GPU_ALLOW_GROWTH
:
true
TF_FORCE_GPU_ALLOW_GROWTH
:
true
RUN_PT_TF_CROSS_TESTS
:
1
RUN_PT_TF_CROSS_TESTS
:
1
CUDA_VISIBLE_DEVICES
:
0,1
jobs
:
jobs
:
setup
:
setup
:
...
...
.github/workflows/self-push.yml
View file @
00dc8562
...
@@ -25,6 +25,7 @@ env:
...
@@ -25,6 +25,7 @@ env:
PYTEST_TIMEOUT
:
60
PYTEST_TIMEOUT
:
60
TF_FORCE_GPU_ALLOW_GROWTH
:
true
TF_FORCE_GPU_ALLOW_GROWTH
:
true
RUN_PT_TF_CROSS_TESTS
:
1
RUN_PT_TF_CROSS_TESTS
:
1
CUDA_VISIBLE_DEVICES
:
0,1
jobs
:
jobs
:
setup
:
setup
:
...
...
.github/workflows/self-scheduled.yml
View file @
00dc8562
...
@@ -23,6 +23,7 @@ env:
...
@@ -23,6 +23,7 @@ env:
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
SIGOPT_API_TOKEN
:
${{ secrets.SIGOPT_API_TOKEN }}
TF_FORCE_GPU_ALLOW_GROWTH
:
true
TF_FORCE_GPU_ALLOW_GROWTH
:
true
RUN_PT_TF_CROSS_TESTS
:
1
RUN_PT_TF_CROSS_TESTS
:
1
CUDA_VISIBLE_DEVICES
:
0,1
jobs
:
jobs
:
setup
:
setup
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment