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
45f71d79
Unverified
Commit
45f71d79
authored
Jun 21, 2023
by
Yih-Dar
Committed by
GitHub
Jun 21, 2023
Browse files
Add `ffmpeg` for `doc_test_job` on CircleCI (#24397)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
ad78d959
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-1
No files found.
.circleci/create_circleci_config.py
View file @
45f71d79
...
@@ -454,7 +454,7 @@ doc_test_job = CircleCIJob(
...
@@ -454,7 +454,7 @@ doc_test_job = CircleCIJob(
"pr_documentation_tests"
,
"pr_documentation_tests"
,
additional_env
=
{
"TRANSFORMERS_VERBOSITY"
:
"error"
,
"DATASETS_VERBOSITY"
:
"error"
,
"SKIP_CUDA_DOCTEST"
:
"1"
},
additional_env
=
{
"TRANSFORMERS_VERBOSITY"
:
"error"
,
"DATASETS_VERBOSITY"
:
"error"
,
"SKIP_CUDA_DOCTEST"
:
"1"
},
install_steps
=
[
install_steps
=
[
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time"
,
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time
ffmpeg
"
,
"pip install --upgrade pip"
,
"pip install --upgrade pip"
,
"pip install -e .[dev]"
,
"pip install -e .[dev]"
,
"pip install git+https://github.com/huggingface/accelerate"
,
"pip install git+https://github.com/huggingface/accelerate"
,
...
...
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