add correct pipeline tag
#4
by
RaushanTurganbay
HF staff
- opened
No description provided.
chenkq
changed pull request status to
merged
@RaushanTurganbay
Thank you for your pull request!
Additionally, I noticed that the example here seems to be auto-generated and appears to be related to the pipeline_tag
keyword. However, this example has not been updated from AutoModelForSeq2SeqLM
to AutoModelForVision2Seq
. What steps should I take to fix this example?
@chenkq Yes, that is a known issue. It is because Vision2Seq doesn't have a pipeline yet and is not in this list (https://github.com/huggingface/transformers/blob/main/utils/update_metadata.py#L63). We are working on it and it is being tracked here (https://github.com/huggingface/transformers/issues/32042)