mirror of
				https://github.com/huggingface/transformers.git
				synced 2025-11-04 03:44:37 +08:00 
			
		
		
		
	trigger
This commit is contained in:
		@ -1154,21 +1154,7 @@ def parse_commit_message(commit_message: str) -> Dict[str, bool]:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
JOB_TO_TEST_FILE = {
 | 
			
		||||
    "tests_tf": r"tests/models/.*/test_modeling_tf_.*",
 | 
			
		||||
    "tests_torch": r"tests/models/.*/test_modeling_(?!(?:flax_|tf_)).*",
 | 
			
		||||
    "tests_generate": r"tests/models/.*/test_modeling_(?!(?:flax_|tf_)).*",
 | 
			
		||||
    "tests_tokenization": r"tests/models/.*/test_tokenization.*",
 | 
			
		||||
    "tests_processors": r"tests/models/.*/test_(?!(?:modeling_|tokenization_)).*",  # takes feature extractors, image processors, processors
 | 
			
		||||
    "examples_torch": r"examples/pytorch/.*test_.*",
 | 
			
		||||
    "examples_tensorflow": r"examples/tensorflow/.*test_.*",
 | 
			
		||||
    "tests_exotic_models": r"tests/models/.*(?=layoutlmv|nat|deta|udop|nougat).*",
 | 
			
		||||
    "tests_custom_tokenizers": r"tests/models/.*/test_tokenization_(?=bert_japanese|openai|clip).*",
 | 
			
		||||
    # "repo_utils": r"tests/[^models].*test.*", TODO later on we might want to do
 | 
			
		||||
    "pipelines_tf": r"tests/models/.*/test_modeling_tf_.*",
 | 
			
		||||
    "pipelines_torch": r"tests/models/.*/test_modeling_(?!(?:flax_|tf_)).*",
 | 
			
		||||
    "tests_hub": r"tests/.*",
 | 
			
		||||
    "tests_onnx": r"tests/models/.*/test_modeling_(?:tf_|(?!flax)).*",
 | 
			
		||||
    "tests_non_model": r"tests/[^/]*?/test_.*\.py",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user