|
56 | 56 | # https://github.com/huggingface/transformers/commit/6f5dc9c82efd347bcc1941da64739d269e741771
|
57 | 57 | 'test_cache_dependant_input_preparation_exporting': {},
|
58 | 58 | },
|
| 59 | + 'tests.models.beit.test_image_processing_beit.BeitImageProcessingTest': { |
| 60 | + 'test_call_segmentation_maps': { 'cuda': 'failed' }, |
| 61 | + 'test_reduce_labels': { 'cuda': 'failed' }, |
| 62 | + }, |
59 | 63 | 'tests.models.detr.test_image_processing_detr.DetrImageProcessingTest': {
|
60 | 64 | 'test_fast_is_faster_than_slow': { 'flaky': True },
|
61 | 65 | },
|
| 66 | + 'tests.models.dpt.test_image_processing_dpt.DPTImageProcessingTest': { |
| 67 | + 'test_call_segmentation_maps': { 'cuda': 'failed' }, |
| 68 | + 'test_reduce_labels': { 'cuda': 'failed' }, |
| 69 | + }, |
62 | 70 | 'tests.models.dpt.test_modeling_dpt_auto_backbone.DPTModelTest': {
|
63 | 71 | 'test_batching_equivalence': { 'flaky': True, 'cuda': 'passed' },
|
64 | 72 | },
|
|
96 | 104 | 'tests.models.mllama.test_modeling_mllama.MllamaForConditionalGenerationModelTest': {
|
97 | 105 | 'test_resize_embeddings_results_in_successful_loss': {},
|
98 | 106 | },
|
| 107 | + 'tests.models.mobilevit.test_image_processing_mobilevit.MobileViTImageProcessingTest': { |
| 108 | + 'test_call_segmentation_maps': { 'cuda': 'failed' }, |
| 109 | + }. |
99 | 110 | 'tests.models.pix2struct.test_modeling_pix2struct.Pix2StructModelTest': {
|
100 | 111 | 'test_new_cache_format_0': { 'cuda': 'passed' },
|
101 | 112 | 'test_new_cache_format_1': { 'cuda': 'passed' },
|
|
119 | 130 | 'tests.models.rt_detr.test_image_processing_rt_detr.RtDetrImageProcessingTest': {
|
120 | 131 | 'test_fast_is_faster_than_slow': { 'flaky': True },
|
121 | 132 | },
|
| 133 | + 'tests.models.segformer.test_image_processing_segformer.SegformerImageProcessingTest': { |
| 134 | + 'test_call_segmentation_maps': { 'cuda': 'failed' }, |
| 135 | + 'test_reduce_labels': { 'cuda': 'failed' }, |
| 136 | + }, |
122 | 137 | 'tests.models.speecht5.test_modeling_speecht5.SpeechT5ForTextToSpeechIntegrationTests': {
|
123 | 138 | 'test_batch_generation': { 'cuda': 'passed' },
|
124 | 139 | },
|
|
0 commit comments