mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
rename layoutlm_job
to exotic_models_job
(#20736)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
1416b5d9d8
commit
f41a11a16f
@ -298,8 +298,8 @@ onnx_job = CircleCIJob(
|
||||
)
|
||||
|
||||
|
||||
layoutlm_job = CircleCIJob(
|
||||
"layoutlmv2_and_v3",
|
||||
exotic_models_job = CircleCIJob(
|
||||
"exotic_models",
|
||||
install_steps=[
|
||||
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev",
|
||||
"pip install --upgrade pip",
|
||||
@ -340,7 +340,7 @@ REGULAR_TESTS = [
|
||||
custom_tokenizers_job,
|
||||
hub_job,
|
||||
onnx_job,
|
||||
layoutlm_job,
|
||||
exotic_models_job,
|
||||
]
|
||||
EXAMPLES_TESTS = [
|
||||
examples_torch_job,
|
||||
|
Loading…
Reference in New Issue
Block a user