Try to avoid/reduce some remaining CI job failures (#37202)

* try

* try

* Update tests/pipelines/test_pipelines_video_classification.py

Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
This commit is contained in:
Yih-Dar
2025-04-02 14:39:57 +02:00
committed by GitHub
parent 6f5dc9c82e
commit adfc91cd46
3 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
from huggingface_hub import hf_hub_download
from transformers.testing_utils import _run_pipeline_tests
@@ -7,3 +9,4 @@ if __name__ == "__main__":
_ = datasets.load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")
_ = datasets.load_dataset("hf-internal-testing/fixtures_image_utils", split="test", revision="refs/pr/1")
_ = hf_hub_download(repo_id="nateraw/video-demo", filename="archery.mp4", repo_type="dataset")