hf-transformers-bot commited on
Commit
48748a5
·
verified ·
1 Parent(s): fda6af0

Upload 2025-08-26/runs/508-17243184008/ci_results_run_models_gpu/new_failures_against_17226437955.json with huggingface_hub

Browse files
2025-08-26/runs/508-17243184008/ci_results_run_models_gpu/new_failures_against_17226437955.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clip": {
3
+ "single-gpu": [
4
+ "tests/models/clip/test_image_processing_clip.py::CLIPImageProcessingTest::test_can_compile_fast_image_processor",
5
+ "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_config"
6
+ ],
7
+ "multi-gpu": [
8
+ "tests/models/clip/test_image_processing_clip.py::CLIPImageProcessingTest::test_can_compile_fast_image_processor",
9
+ "tests/models/clip/test_modeling_clip.py::CLIPModelTest::test_config"
10
+ ]
11
+ },
12
+ "vit": {
13
+ "single-gpu": [
14
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
15
+ ],
16
+ "multi-gpu": [
17
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
18
+ ]
19
+ }
20
+ }