Skip to content

Commit

Permalink
Update optimum/exporters/tasks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ella Charlaix <[email protected]>
  • Loading branch information
xenova and echarlaix authored Jan 7, 2025
1 parent b26efad commit f019033
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions optimum/exporters/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ class TasksManager:
}

_CUSTOM_CLASSES = {
("pt", "patchtsmixer", "feature-extraction"): ("transformers", "PatchTSMixerModel"),
("pt", "patchtsmixer", "time-series-forecasting"): ("transformers", "PatchTSMixerForPrediction"),
("pt", "patchtst", "feature-extraction"): ("transformers", "PatchTSTModel"),
("pt", "patchtst", "time-series-forecasting"): ("transformers", "PatchTSTForPrediction"),
("pt", "pix2struct", "image-to-text"): ("transformers", "Pix2StructForConditionalGeneration"),
("pt", "pix2struct", "visual-question-answering"): ("transformers", "Pix2StructForConditionalGeneration"),
Expand Down

0 comments on commit f019033

Please sign in to comment.