transformers/tests/models
Raushan Turganbay a29eabd0eb
Expand inputs in processors for VLMs (#30962)
* let it be

* draft

* should not have changed

* add warnings

* fix & add tests

* fix tests

* ipnuts embeds cannot be passed with pixels

* more updates

* paligemma ready!

* minor typos

* update blip-2

* fix tests & raise error

* docstring

* add blip2 test

* tmp

* add image seq length to config

* update docstring

* delete

* fix tests

* fix blip

* fix paligemma

* out-of-place scatter

* add llava-next-video

* Update src/transformers/models/blip_2/modeling_blip_2.py

Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>

* remove tmp

* codestyle

* nits

* more nits

* remove overriding in tests

* comprehension when merging video

* fix-copies

* revert changes for embeds test

* fix tests after making comprehension

* Update src/transformers/models/blip_2/processing_blip_2.py

Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>

* Update src/transformers/models/blip_2/processing_blip_2.py

Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>

* more updates

* fix tests

---------

Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>
2024-08-13 10:14:39 +05:00
..
albert Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
align Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
altclip Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
audio_spectrogram_transformer Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
auto Follow up for #31973 (#32025) 2024-07-25 16:12:23 +02:00
autoformer Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
bark Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
bart Fix generate with inputs_embeds as input (#32493) 2024-08-08 18:44:53 +02:00
barthez Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
bartpho Adds pretrained IDs directly in the tests (#29534) 2024-03-13 14:53:27 +01:00
beit Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
bert Fix generate with inputs_embeds as input (#32493) 2024-08-08 18:44:53 +02:00
bert_generation Adds pretrained IDs directly in the tests (#29534) 2024-03-13 14:53:27 +01:00
bert_japanese Adds pretrained IDs directly in the tests (#29534) 2024-03-13 14:53:27 +01:00
bertweet Adds pretrained IDs directly in the tests (#29534) 2024-03-13 14:53:27 +01:00
big_bird Fix tests skip (#32012) 2024-07-17 08:37:43 +01:00
bigbird_pegasus Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
biogpt Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
bit Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
blenderbot Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
blenderbot_small Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
blip Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
blip_2 Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
bloom "to be not" -> "not to be" (#32636) 2024-08-12 20:20:17 +01:00
bridgetower Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
bros update ruff version (#30932) 2024-05-22 06:40:15 +02:00
byt5 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
camembert Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
canine Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
chameleon Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
chinese_clip Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
clap Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
clip Add sdpa and FA2 for CLIP (#31940) 2024-07-18 10:30:37 +05:30
clipseg Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
clvp Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
code_llama Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
codegen Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
cohere Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
conditional_detr Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
convbert Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
convnext Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
convnextv2 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
cpm Fix PipelineTests skip conditions (#22320) 2023-03-22 20:02:24 +01:00
cpmant Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
ctrl Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
cvt Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
data2vec Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
dbrx Generate: end-to-end compilation (#30788) 2024-07-29 10:52:13 +01:00
deberta Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
deberta_v2 Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
decision_transformer Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
deformable_detr Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
deit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
depth_anything Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
detr Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
dinat Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
dinov2 Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
distilbert Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
dit Update old existing feature extractor references (#24552) 2023-06-29 10:17:36 +01:00
donut Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
dpr Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
dpt Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
efficientnet Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
electra Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
encodec Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
encoder_decoder Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
ernie Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
esm Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
falcon Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
falcon_mamba Add new model (#32615) 2024-08-12 08:22:47 +02:00
fastspeech2_conformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
flaubert Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
flava Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
fnet fix: Removed duplicate field definitions in some classes (#31888) 2024-07-10 13:46:31 +01:00
focalnet Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
fsmt Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
funnel update ruff version (#30932) 2024-05-22 06:40:15 +02:00
fuyu Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
gemma fix slow integration gemma2 test (#32534) 2024-08-09 11:28:22 +02:00
gemma2 Gemma2 and flash-attention (#32188) 2024-07-31 10:33:38 +05:00
git Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
glpn Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
gpt_bigcode Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
gpt_neo update ruff version (#30932) 2024-05-22 06:40:15 +02:00
gpt_neox Fix mask creations of GPTNeoX and GPT2 (#31944) 2024-07-23 10:11:12 +02:00
gpt_neox_japanese Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
gpt_sw3 🚨 No more default chat templates (#31733) 2024-07-24 17:36:32 +01:00
gpt2 🚨 No more default chat templates (#31733) 2024-07-24 17:36:32 +01:00
gptj Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
grounding_dino Uniformize kwargs for processors - GroundingDINO (#31964) 2024-08-08 14:03:08 +01:00
groupvit Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
herbert Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
hiera Adding hiera (#30356) 2024-07-11 22:13:56 +01:00
hubert Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
ibert [warnings] fix E721 warnings (#32223) 2024-07-25 15:12:23 +02:00
idefics Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
idefics2 [Idefics2] - Fix FA2 call for Perceiver layer (#32275) 2024-07-31 14:51:04 +01:00
imagegpt Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
informer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
instructblip Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
instructblipvideo Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
jamba Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
jetmoe Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
kosmos2 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
layoutlm Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
layoutlmv2 Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
layoutlmv3 Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
layoutxlm Return assistant generated tokens mask in apply_chat_template (#30650) 2024-07-22 18:24:43 +01:00
led Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
levit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
lilt Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
llama add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
llava Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
llava_next Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
llava_next_video Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
longformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
longt5 Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
luke fix: Updated test_embeded_special_tokens for luke and mluke models (#32413) 2024-08-05 15:19:42 +01:00
lxmert Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
m2m_100 Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
mamba Add torch.compile Support For Mamba (#31247) 2024-07-18 11:54:54 -04:00
mamba2 Add codestral mamba2 (#32080) 2024-08-06 16:39:52 +02:00
marian Mention model_info.id instead of model_info.modelId (#32106) 2024-07-22 14:14:47 +01:00
markuplm Return assistant generated tokens mask in apply_chat_template (#30650) 2024-07-22 18:24:43 +01:00
mask2former Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
maskformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mbart Persist embedding type of BART and mBART models after resize (#32242) 2024-08-05 14:15:36 +01:00
mbart50 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
megatron_bert Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
megatron_gpt2 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mgp_str Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mistral add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
mixtral Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mluke fix: Updated test_embeded_special_tokens for luke and mluke models (#32413) 2024-08-05 15:19:42 +01:00
mobilebert Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
mobilenet_v1 Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
mobilenet_v2 Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
mobilevit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
mobilevitv2 Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
mpnet Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mpt Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mra Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mt5 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
musicgen Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
musicgen_melody Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
mvp Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
nemotron Add Nemotron HF Support (#31699) 2024-08-06 15:42:05 +02:00
nllb Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
nllb_moe Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
nougat Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
nystromformer update ruff version (#30932) 2024-05-22 06:40:15 +02:00
olmo Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
oneformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
openai Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
opt Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
owlv2 Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
owlvit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
paligemma Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
patchtsmixer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
patchtst Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
pegasus Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
pegasus_x Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
perceiver Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
persimmon Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
phi update ruff version (#30932) 2024-05-22 06:40:15 +02:00
phi3 Phi3 tests: fix typing for Python 3.8 (#32388) 2024-08-05 11:58:42 +05:00
phobert Adds pretrained IDs directly in the tests (#29534) 2024-03-13 14:53:27 +01:00
pix2struct Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
plbart Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
poolformer Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
pop2piano Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
prophetnet Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
pvt Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
pvt_v2 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
qwen2 add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
qwen2_audio Add Qwen2-Audio (#32137) 2024-08-08 15:47:24 +02:00
qwen2_moe add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
rag Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
recurrent_gemma fix: Removed duplicate field definitions in some classes (#31888) 2024-07-10 13:46:31 +01:00
reformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
regnet Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
rembert SPLIT PR: add user defined symbols and control symbols (#31305) 2024-06-21 01:48:10 -07:00
resnet Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
roberta Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
roberta_prelayernorm Fix sentence fragment within test comments (#31218) 2024-06-04 10:09:24 +01:00
roc_bert update ruff version (#30932) 2024-05-22 06:40:15 +02:00
roformer Updated ruff to the latest version (#31926) 2024-07-23 17:07:31 +02:00
rt_detr Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
rwkv RWKV: enable generation tests (#31490) 2024-06-20 14:15:01 +01:00
sam Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
seamless_m4t fix: SeamlessM4TFeatureExtractor stride remainder (#32088) 2024-08-05 08:40:58 +02:00
seamless_m4t_v2 Speedup model init on CPU (by 10x+ for llama-3-8B as one example) (#31771) 2024-07-16 09:32:01 -04:00
segformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
seggpt Fast image processor (#28847) 2024-06-11 15:47:38 +01:00
sew Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
sew_d Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
siglip Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
speech_encoder_decoder Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
speech_to_text Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
speecht5 Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
splinter update ruff version (#30932) 2024-05-22 06:40:15 +02:00
squeezebert Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
stablelm add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
starcoder2 add the missing flash attention test marker (#32419) 2024-08-06 11:18:58 +01:00
superpoint Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
swiftformer Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
swin Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
swin2sr Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
swinv2 Fix dtype casting in swinv2 and swinv2sr to allow non-FP32 inference (#31589) 2024-06-26 18:46:48 +01:00
switch_transformers Fix get large model config for Switch Transformer encoder only tester (#32438) 2024-08-06 11:48:32 +01:00
t5 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
table_transformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
tapas Return assistant generated tokens mask in apply_chat_template (#30650) 2024-07-22 18:24:43 +01:00
time_series_transformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
timesformer Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
timm_backbone Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
trocr Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
tvp Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
udop Return assistant generated tokens mask in apply_chat_template (#30650) 2024-07-22 18:24:43 +01:00
umt5 Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
unispeech Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
unispeech_sat Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
univnet Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
upernet Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
video_llava Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
videomae Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
vilt Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
vipllava Expand inputs in processors for VLMs (#30962) 2024-08-13 10:14:39 +05:00
vision_encoder_decoder Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
vision_text_dual_encoder Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
visual_bert update ruff version (#30932) 2024-05-22 06:40:15 +02:00
vit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
vit_mae Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
vit_msn Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
vitdet Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
vitmatte Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
vits Avoid failure TFBlipModelTest::test_pipeline_image_to_text (#31827) 2024-07-08 13:49:21 +02:00
vivit Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
wav2vec2 Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
wav2vec2_bert Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
wav2vec2_conformer Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
wav2vec2_phoneme Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
wav2vec2_with_lm Pass datasets trust_remote_code (#31406) 2024-06-17 17:29:13 +01:00
wavlm Remove trust_remote_code when loading Libri Dummy (#31748) 2024-07-23 14:54:38 +08:00
whisper Fix: FA2 with packed training (#32487) 2024-08-12 13:40:07 +05:00
x_clip Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
xglm Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
xlm Fix 29807 sinusoidal positional encodings in Flaubert, Informer and XLM (#29904) 2024-04-02 10:27:26 +02:00
xlm_roberta Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
xlm_roberta_xl fix accelerate tests for roberta xl (#31288) 2024-06-06 14:44:35 +01:00
xlnet Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
xmod Fix sentence fragment within test comments (#31218) 2024-06-04 10:09:24 +01:00
yolos Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
yoso Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
zoedepth Update kwargs validation for preprocess with decorator (#32024) 2024-08-06 11:33:05 +01:00
__init__.py Move test model folders (#17034) 2022-05-03 14:42:02 +02:00