Unverified Commit f41a11a1 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

rename `layoutlm_job` to `exotic_models_job` (#20736)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 1416b5d9
...@@ -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,
......
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