Fix license text, duplicate assignment, and typo in constant names (#39250)

- Complete Apache License text in Italian documentation
- Remove duplicate variable assignment in Perceiver converter
- Fix typo in MODEL_FOR_VISION_2_SEQ_MAPPING_NAMES constant
This commit is contained in:
gudwls215
2025-07-08 17:20:52 +09:00
committed by GitHub
parent b2816da802
commit ea3c2c0277
3 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ PIPELINE_TAGS_AND_AUTO_MODELS = [
"MODEL_FOR_VISUAL_QUESTION_ANSWERING_MAPPING_NAMES",
"AutoModelForVisualQuestionAnswering",
),
("image-to-text", "MODEL_FOR_FOR_VISION_2_SEQ_MAPPING_NAMES", "AutoModelForVision2Seq"),
("image-to-text", "MODEL_FOR_VISION_2_SEQ_MAPPING_NAMES", "AutoModelForVision2Seq"),
(
"zero-shot-image-classification",
"MODEL_FOR_ZERO_SHOT_IMAGE_CLASSIFICATION_MAPPING_NAMES",