transformers/tests
amyeroberts 25245ec26d
Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321)
* Rename to test_model_common_attributes
The method name is misleading - it is testing being able to get and set embeddings, not common attributes to all models

* Explicitly skip
2024-06-07 19:40:26 +01:00
..
agents Add streaming, various fixes (#30838) 2024-05-31 14:16:23 +02:00
benchmark
bettertransformer
deepspeed
extended
fixtures
fsdp
generation Generation: fix handling of special tokens (#31254) 2024-06-06 15:21:32 +05:00
models Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
optimization fix get_scheduler when name is warmup_stable_decay (#31128) 2024-05-30 15:25:43 +01:00
peft_integration
pipelines Remove ConversationalPipeline and Conversation object (#31165) 2024-06-07 17:50:18 +01:00
quantization Add Qwen2 GGUF loading support (#31175) 2024-06-03 14:55:10 +01:00
repo_utils
sagemaker
tokenization
trainer Implement JSON dump conversion for torch_dtype in TrainingArguments (#31224) 2024-06-07 15:43:34 +01:00
utils Use HF_HUB_OFFLINE + fix has_file in offline mode (#31016) 2024-05-29 11:55:43 +01:00
__init__.py
test_backbone_common.py
test_cache_utils.py
test_configuration_common.py
test_configuration_utils.py Use HF_HUB_OFFLINE + fix has_file in offline mode (#31016) 2024-05-29 11:55:43 +01:00
test_feature_extraction_common.py
test_feature_extraction_utils.py
test_image_processing_common.py
test_image_processing_utils.py
test_image_transforms.py
test_modeling_common.py Rename test_model_common_attributes -> test_model_get_set_embeddings (#31321) 2024-06-07 19:40:26 +01:00
test_modeling_flax_common.py
test_modeling_flax_utils.py
test_modeling_tf_common.py
test_modeling_tf_utils.py
test_modeling_utils.py Extend save_pretrained to offloaded models (#27412) 2024-06-07 07:50:35 -04:00
test_pipeline_mixin.py Remove ConversationalPipeline and Conversation object (#31165) 2024-06-07 17:50:18 +01:00
test_processing_common.py
test_sequence_feature_extraction_common.py
test_tokenization_common.py Add split special tokens (#30772) 2024-05-24 08:38:58 -07:00
test_tokenization_utils.py Token healing (#30081) 2024-06-03 10:53:15 +02:00