transformers/tests/models
Magnus 6eb00dd2f0
Support for SDPA for SAM models (#34110)
* feat: add support for sdpa and gradient checkpointing

* fix: ruff format

* fix: config sdpa

* fix: sdpa layer naming convention

* fix: update test_eager_matches_sdpa_inference to handle vision_hidden_states

* test: skip incompatible tests and fix loading issue with sdpa

- Updated tests to skip cases flash and dynamic compile.
- Minor adjustment to ensure correct loading of model with sdpa for dispatch test.

* style: apply Ruff formatting

* ruff fix again after rebase

* [run-slow] sam

* [run-slow] sam

* refactor: Address review comments and improve sub-config handling in SAM model tests

- Added attributes for sub_configs as per PR #34410.
- Enabled tests for configs, ensuring the composite model (SAM) has several sub-configs in the main config.
- Added class attribute _is_composite=True to the tester class
- test_sdpa_can_dispatch_composite_models added

* [run-slow] sam

* style: ruff

* [run-slow] sam

* style: ruff again ...

* [run-slow] sam
2024-12-17 14:46:05 +01:00
..
albert Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
align Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
altclip Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
aria Add Aria (#34157) 2024-12-06 12:17:34 +01:00
audio_spectrogram_transformer [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
auto Fall back to slow image processor in ImageProcessingAuto when no fast processor available (#34785) 2024-12-15 14:00:36 -05:00
autoformer
bark
bart Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
barthez
bartpho
beit Add sdpa for Beit (#34941) 2024-12-17 14:44:47 +01:00
bert Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
bert_generation
bert_japanese
bertweet
big_bird [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
bigbird_pegasus Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
biogpt Generate: unify LogitsWarper and LogitsProcessor (#32626) 2024-08-16 11:20:41 +01:00
bit
blenderbot Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
blenderbot_small Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
blip Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
blip_2 BLIP: fix generation after hub update (#34876) 2024-11-25 10:41:55 +01:00
bloom VLMs: enable generation tests (#33533) 2024-09-19 12:04:24 +02:00
bridgetower rename all test_processing_*.py to test_processor_*.py (#33878) 2024-10-02 16:43:43 +02:00
bros Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
byt5
camembert VLM: special multimodal Tokenizer (#34461) 2024-11-04 16:37:51 +01:00
canine
chameleon Add image text to text pipeline (#34170) 2024-10-31 15:48:11 -04:00
chinese_clip adding positional encoder changes and tests (#32600) 2024-09-25 19:05:01 +01:00
clap [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
clip [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
clipseg Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
clvp [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
code_llama
codegen Generation tests: update imagegpt input name, remove unused functions (#33663) 2024-09-24 16:40:48 +01:00
cohere Add Cohere2 model (#35224) 2024-12-13 09:35:50 +01:00
cohere2 Add Cohere2 model (#35224) 2024-12-13 09:35:50 +01:00
colpali Add ColPali to 🤗 transformers (#33736) 2024-12-17 11:26:43 +01:00
conditional_detr [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
convbert
convnext
convnextv2
cpm Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
cpmant
ctrl avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
cvt
dac [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
data2vec Add sdpa for Beit (#34941) 2024-12-17 14:44:47 +01:00
dbrx
deberta [Deberta/Deberta-v2] Refactor code base to support compile, export, and fix LLM (#22105) 2024-11-25 10:43:16 +01:00
deberta_v2 [Deberta/Deberta-v2] Refactor code base to support compile, export, and fix LLM (#22105) 2024-11-25 10:43:16 +01:00
decision_transformer Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
deformable_detr Add Image Processor Fast Deformable DETR (#34353) 2024-11-19 11:18:58 -05:00
deit
depth_anything fix(DPT,Depth-Anything) torch.export (#34103) 2024-11-20 11:31:21 +01:00
detr Fall back to slow image processor in ImageProcessingAuto when no fast processor available (#34785) 2024-12-15 14:00:36 -05:00
dinat
dinov2 Sdpa dino v2 (#33403) 2024-09-21 01:58:00 +01:00
distilbert DistilBERT is ExecuTorch compatible (#34475) 2024-11-05 13:41:48 +01:00
dit
donut rename all test_processing_*.py to test_processor_*.py (#33878) 2024-10-02 16:43:43 +02:00
dpr
dpt fix(DPT,Depth-Anything) torch.export (#34103) 2024-11-20 11:31:21 +01:00
efficientnet CI: fix efficientnet pipeline timeout and prevent future similar issues due to large image size (#33123) 2024-08-27 11:58:27 +01:00
electra [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
encodec [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
encoder_decoder Correct the new defaults (#34377) 2024-10-24 18:42:03 +02:00
ernie
esm
falcon 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
falcon_mamba Generation tests: update imagegpt input name, remove unused functions (#33663) 2024-09-24 16:40:48 +01:00
fastspeech2_conformer
flaubert Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
flava Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
fnet Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
focalnet
fsmt
funnel
fuyu VLMs: enable generation tests - last batch (#34484) 2024-11-21 11:00:22 +01:00
gemma Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
gemma2 [FlexAttention] Update gemma2 (#34942) 2024-11-27 11:50:48 +01:00
git Add image text to text pipeline (#34170) 2024-10-31 15:48:11 -04:00
glm Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
glpn Add post_process_depth_estimation for GLPN (#34413) 2024-10-28 19:44:20 +01:00
gpt_bigcode avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
gpt_neo Generation tests: update imagegpt input name, remove unused functions (#33663) 2024-09-24 16:40:48 +01:00
gpt_neox 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
gpt_neox_japanese Compile compatibilty for decoder-only models (#32617) 2024-09-09 10:59:04 +02:00
gpt_sw3
gpt2 avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
gptj Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
granite Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
granitemoe Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
grounding_dino [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
groupvit Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
herbert
hiera 🚨 Fix torch.jit.trace for interpolate_pos_encoding in all vision models (#33226) 2024-09-05 16:17:34 +02:00
hubert Support BatchNorm in Hubert pos_conv_emb as in fairseq (#34389) 2024-12-10 14:18:23 +01:00
ibert
idefics [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
idefics2 [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
idefics3 Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
ijepa Update I-JEPA checkpoints path (#35120) 2024-12-06 13:42:51 +00:00
imagegpt Simplify running tests in a subprocess (#34213) 2024-10-29 10:48:57 +01:00
informer tests: fix pytorch tensor placement errors (#33485) 2024-09-25 12:21:53 +01:00
instructblip BLIP: fix generation after hub update (#34876) 2024-11-25 10:41:55 +01:00
instructblipvideo Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
jamba Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
jetmoe Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
kosmos2 VLMs: enable generation tests - last batch (#34484) 2024-11-21 11:00:22 +01:00
layoutlm
layoutlmv2 Fix #34494 assistant tokens when truncated (#34531) 2024-11-05 15:10:15 +00:00
layoutlmv3 Fix #34494 assistant tokens when truncated (#34531) 2024-11-05 15:10:15 +00:00
layoutxlm Fix #34494 assistant tokens when truncated (#34531) 2024-11-05 15:10:15 +00:00
led Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
levit
lilt Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
llama 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
llava VLMs: patch_size -> num_image_tokens in processing (#33424) 2024-11-18 13:21:07 +01:00
llava_next [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
llava_next_video [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
llava_onevision [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
longformer Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
longt5 T5 compile compatibilty (#34089) 2024-10-22 08:23:53 +02:00
luke Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
lxmert
m2m_100 Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
mamba Fix Mamba slow path bug with dtype mismatch. (#32691) 2024-10-01 09:28:40 +02:00
mamba2 Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
marian Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
markuplm [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
mask2former [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
maskformer [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
mbart Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
mbart50
megatron_bert
megatron_gpt2
mgp_str Remove repeated prepare_images in processor tests (#33163) 2024-09-09 13:20:27 +01:00
mimi Fix test_eager_matches_sdpa_inference for XPU backend (#34889) 2024-12-02 16:21:04 +01:00
mistral avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
mixtral Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
mllama Offloaded cache: fix generate (#34921) 2024-11-28 15:05:56 +01:00
mluke
mobilebert MobileBERT is ExecuTorch compatible (#34473) 2024-10-29 16:14:31 +01:00
mobilenet_v1
mobilenet_v2
mobilevit Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
mobilevitv2
moshi VLM: special multimodal Tokenizer (#34461) 2024-11-04 16:37:51 +01:00
mpnet
mpt
mra Fix Failed tests with mobile bert resize tokens embedding (#33950) 2024-10-09 11:23:50 +01:00
mt5 Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
musicgen Fix test_eager_matches_sdpa_inference for XPU backend (#34889) 2024-12-02 16:21:04 +01:00
musicgen_melody [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
mvp Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
myt5 [Red CIs] Fix hub failures (#34001) 2024-10-07 10:56:24 +02:00
nemotron Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
nllb
nllb_moe Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
nougat
nystromformer
olmo Tests: upgrade test_eager_matches_sdpa_generate (#34386) 2024-10-25 11:55:07 +01:00
olmo2 Rename OLMo November to OLMo2 (#34864) 2024-11-25 16:31:22 +01:00
olmoe Tests: upgrade test_eager_matches_sdpa_generate (#34386) 2024-10-25 11:55:07 +01:00
omdet_turbo Add support for custom inputs and batched inputs in ProcessorTesterMixin (#33711) 2024-10-01 23:52:03 +02:00
oneformer [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
openai Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
opt Tests: upgrade test_eager_matches_sdpa_generate (#34386) 2024-10-25 11:55:07 +01:00
owlv2 Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
owlvit Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
paligemma Fix signatures for processing kwargs (#35105) 2024-12-05 18:15:48 +01:00
patchtsmixer
patchtst
pegasus Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
pegasus_x
perceiver
persimmon 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
phi 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
phi3 Phi3: fix attn for sliding window (#33586) 2024-10-10 11:50:39 +02:00
phimoe fix red check-copies (#33964) 2024-10-04 22:45:37 +02:00
phobert
pix2struct [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
pixtral [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
plbart Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
poolformer
pop2piano [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
prophetnet Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
pvt
pvt_v2
qwen2 Fix Qwen2 failing tests (#34819) 2024-11-25 15:53:04 +01:00
qwen2_audio avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
qwen2_moe Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
qwen2_vl [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
rag avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
recurrent_gemma Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
reformer Generation tests: don't rely on main input name (#34228) 2024-10-21 10:00:14 +02:00
regnet [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
rembert VLM: special multimodal Tokenizer (#34461) 2024-11-04 16:37:51 +01:00
resnet [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
roberta Roberta is ExecuTorch compatible (#34425) 2024-10-30 08:36:45 +00:00
roberta_prelayernorm [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
roc_bert Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
roformer Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
rt_detr Fall back to slow image processor in ImageProcessingAuto when no fast processor available (#34785) 2024-12-15 14:00:36 -05:00
rwkv Generation tests: update imagegpt input name, remove unused functions (#33663) 2024-09-24 16:40:48 +01:00
sam Support for SDPA for SAM models (#34110) 2024-12-17 14:46:05 +01:00
seamless_m4t [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
seamless_m4t_v2 Fix seamless TTS generate (#34968) 2024-12-11 15:38:42 +01:00
segformer [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
seggpt [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
sew Fix parametrization-based weight norm (#33275) 2024-09-17 08:05:21 +02:00
sew_d Fix parametrization-based weight norm (#33275) 2024-09-17 08:05:21 +02:00
siglip Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
speech_encoder_decoder Correct the new defaults (#34377) 2024-10-24 18:42:03 +02:00
speech_to_text [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
speecht5 [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
splinter Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
squeezebert
stablelm 🧹 Remove deprecated RotaryEmbedding parts in the Attention layers (#34858) 2024-12-11 11:16:52 +01:00
starcoder2 Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
superpoint [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
swiftformer
swin
swin2sr
swinv2
switch_transformers T5 compile compatibilty (#34089) 2024-10-22 08:23:53 +02:00
t5 Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
table_transformer
tapas Fix #34494 assistant tokens when truncated (#34531) 2024-11-05 15:10:15 +00:00
time_series_transformer
timesformer
timm_backbone
timm_wrapper Add TimmWrapper (#34564) 2024-12-11 12:40:30 +00:00
trocr 🚨🚨🚨 Uniformize kwargs for TrOCR Processor (#34587) 2024-11-29 11:58:11 +00:00
tvp
udop Fix #34494 assistant tokens when truncated (#34531) 2024-11-05 15:10:15 +00:00
umt5 Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
unispeech
unispeech_sat
univnet [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
upernet
video_llava VLMs: patch_size -> num_image_tokens in processing (#33424) 2024-11-18 13:21:07 +01:00
videomae Remove @slow for test_eager_matches_sdpa_inference (#34558) 2024-11-05 16:10:42 +01:00
vilt
vipllava VLMs: patch_size -> num_image_tokens in processing (#33424) 2024-11-18 13:21:07 +01:00
vision_encoder_decoder Correct the new defaults (#34377) 2024-10-24 18:42:03 +02:00
vision_text_dual_encoder Fall back to slow image processor in ImageProcessingAuto when no fast processor available (#34785) 2024-12-15 14:00:36 -05:00
visual_bert
vit [pytes collection] Fix flax test collection (#34004) 2024-10-07 18:11:13 +02:00
vit_mae Fix ViT-MAE decoder interpolate (#33330) 2024-09-30 18:47:13 +02:00
vit_msn
vitdet
vitmatte
vits Generate tests: modality-agnostic input preparation (#33685) 2024-10-03 14:01:24 +01:00
vivit Add sdpa for Vivit (#33757) 2024-10-15 11:27:54 +02:00
wav2vec2 [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
wav2vec2_bert Uniformize model processors (#31368) 2024-10-02 10:41:08 +02:00
wav2vec2_conformer
wav2vec2_phoneme clean_up_tokenization_spaces=False if unset (#31938) 2024-09-26 19:38:20 +02:00
wav2vec2_with_lm
wavlm
whisper [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
x_clip Load sub-configs from composite configs (#34410) 2024-11-05 11:34:01 +01:00
xglm avoid calling gc.collect and cuda.empty_cache (#34514) 2024-10-31 16:36:13 +01:00
xlm Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
xlm_roberta [RoBERTa-based] Add support for sdpa (#30510) 2024-08-28 10:26:00 +02:00
xlm_roberta_xl Tests: upgrade test_eager_matches_sdpa_generate (#34386) 2024-10-25 11:55:07 +01:00
xlnet Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
xmod Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
yolos [tests] fix "Tester object has no attribute '_testMethodName'" (#34910) 2024-12-13 14:33:45 +01:00
yoso
zamba Tests: move generate tests to the right mixin and delete redundant tests (#34464) 2024-10-30 10:59:08 +00:00
zoedepth Add post_process_depth_estimation to image processors and support ZoeDepth's inference intricacies (#32550) 2024-10-22 15:50:54 +02:00
__init__.py