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
OpenDAS
Torchaudio
Commits
06feab58
"...text-generation-inference.git" did not exist on "c8a01d759173483efc2135c4e7506b23e14e7fc4"
Unverified
Commit
06feab58
authored
Aug 12, 2020
by
moto
Committed by
GitHub
Aug 12, 2020
Browse files
[CI] Increase resource class to prevent OOM (#873)
parent
a6efd497
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/config.yml.in
.circleci/config.yml.in
+1
-1
No files found.
.circleci/config.yml
View file @
06feab58
...
@@ -608,7 +608,7 @@ jobs:
...
@@ -608,7 +608,7 @@ jobs:
torchscript_bc_test
:
torchscript_bc_test
:
docker
:
docker
:
-
image
:
"
pytorch/torchaudio_unittest_base:manylinux"
-
image
:
"
pytorch/torchaudio_unittest_base:manylinux"
resource_class
:
medium
resource_class
:
large
steps
:
steps
:
-
checkout
-
checkout
-
generate_cache_key
-
generate_cache_key
...
...
.circleci/config.yml.in
View file @
06feab58
...
@@ -608,7 +608,7 @@ jobs:
...
@@ -608,7 +608,7 @@ jobs:
torchscript_bc_test:
torchscript_bc_test:
docker:
docker:
- image: "pytorch/torchaudio_unittest_base:manylinux"
- image: "pytorch/torchaudio_unittest_base:manylinux"
resource_class:
medium
resource_class:
large
steps:
steps:
- checkout
- checkout
- generate_cache_key
- generate_cache_key
...
...
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