"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f588cf40503ff2d3baaf21dd66144157ce4fa9cd"
Unverified Commit 45f71d79 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Add `ffmpeg` for `doc_test_job` on CircleCI (#24397)



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