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
740fc6a1
Unverified
Commit
740fc6a1
authored
Oct 09, 2023
by
Yih-Dar
Committed by
GitHub
Oct 09, 2023
Browse files
Avoid CI OOM (#26639)
fix avoid oom Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
8835bff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+2
-1
No files found.
.circleci/create_circleci_config.py
View file @
740fc6a1
...
@@ -311,7 +311,7 @@ torch_job = CircleCIJob(
...
@@ -311,7 +311,7 @@ torch_job = CircleCIJob(
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate"
,
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate"
,
],
],
parallelism
=
1
,
parallelism
=
1
,
pytest_num_workers
=
8
,
pytest_num_workers
=
6
,
)
)
...
@@ -347,6 +347,7 @@ pipelines_torch_job = CircleCIJob(
...
@@ -347,6 +347,7 @@ pipelines_torch_job = CircleCIJob(
"pip install -U --upgrade-strategy eager .[sklearn,torch,testing,sentencepiece,torch-speech,vision,timm,video]"
,
"pip install -U --upgrade-strategy eager .[sklearn,torch,testing,sentencepiece,torch-speech,vision,timm,video]"
,
],
],
marker
=
"is_pipeline_test"
,
marker
=
"is_pipeline_test"
,
pytest_num_workers
=
6
,
)
)
...
...
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