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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user