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
f41a11a1
Unverified
Commit
f41a11a1
authored
Dec 12, 2022
by
Yih-Dar
Committed by
GitHub
Dec 12, 2022
Browse files
rename `layoutlm_job` to `exotic_models_job` (#20736)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
1416b5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+3
-3
No files found.
.circleci/create_circleci_config.py
View file @
f41a11a1
...
@@ -298,8 +298,8 @@ onnx_job = CircleCIJob(
...
@@ -298,8 +298,8 @@ onnx_job = CircleCIJob(
)
)
layoutlm
_job
=
CircleCIJob
(
exotic_models
_job
=
CircleCIJob
(
"
layoutlmv2_and_v3
"
,
"
exotic_models
"
,
install_steps
=
[
install_steps
=
[
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev"
,
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev"
,
"pip install --upgrade pip"
,
"pip install --upgrade pip"
,
...
@@ -340,7 +340,7 @@ REGULAR_TESTS = [
...
@@ -340,7 +340,7 @@ REGULAR_TESTS = [
custom_tokenizers_job
,
custom_tokenizers_job
,
hub_job
,
hub_job
,
onnx_job
,
onnx_job
,
layoutlm
_job
,
exotic_models
_job
,
]
]
EXAMPLES_TESTS
=
[
EXAMPLES_TESTS
=
[
examples_torch_job
,
examples_torch_job
,
...
...
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