transformers/tests
Sergii Dymchenko 0e402e1478
Update deprecated torch.range in test_modeling_ibert.py (#27355)
* Update deprecated torch.range

* Remove comment
2023-11-08 20:58:36 +01:00
..
benchmark
bettertransformer Fixed malapropism error (#26660) 2023-10-09 11:04:57 +02:00
deepspeed
extended Device agnostic trainer testing (#27131) 2023-10-30 18:16:40 +00:00
fixtures
fsdp device agnostic fsdp testing (#27120) 2023-11-01 07:17:06 +01:00
generation Generate: skip tests on unsupported models instead of passing (#27265) 2023-11-07 12:08:28 +00:00
models Update deprecated torch.range in test_modeling_ibert.py (#27355) 2023-11-08 20:58:36 +01:00
optimization
peft_integration [PEFT / Tests ] Fix peft integration failing tests (#27258) 2023-11-03 12:23:02 +01:00
pipelines [Whisper] Block language/task args for English-only (#27322) 2023-11-07 10:04:23 +00:00
quantization [core / Quantization] Fix for 8bit serialization tests (#27234) 2023-11-02 12:03:51 +01:00
repo_utils Docstring check (#26052) 2023-10-04 15:13:37 +02:00
sagemaker Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
tokenization [Tokenizer] Fix slow and fast serialization (#26570) 2023-10-18 16:30:53 +02:00
tools
trainer enable memory tracker metrics for npu (#27280) 2023-11-06 13:44:21 +00:00
utils Safetensors serialization by default (#27064) 2023-10-31 19:16:49 +01:00
__init__.py
test_backbone_common.py
test_configuration_common.py
test_configuration_utils.py
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 Fix safetensors failing tests (#27231) 2023-11-02 15:03:09 +01:00
test_modeling_flax_common.py
test_modeling_flax_utils.py Safetensors serialization by default (#27064) 2023-10-31 19:16:49 +01:00
test_modeling_tf_common.py
test_modeling_tf_utils.py Safetensors serialization by default (#27064) 2023-10-31 19:16:49 +01:00
test_modeling_utils.py Safetensors serialization by default (#27064) 2023-10-31 19:16:49 +01:00
test_pipeline_mixin.py Shorten the conversation tests for speed + fixing position overflows (#26960) 2023-10-31 14:20:04 +00:00
test_sequence_feature_extraction_common.py
test_tokenization_common.py [Tokenizer] Fix slow and fast serialization (#26570) 2023-10-18 16:30:53 +02:00
test_tokenization_utils.py