Skip to content

Commit

Permalink
Add onnx export function for pix2struct model (#1815)
Browse files Browse the repository at this point in the history
Add onnx export for pix2struct
  • Loading branch information
naormatania committed Apr 15, 2024
1 parent 4936662 commit 0b52e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/onnxruntime/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class ORTConfigManager:
"vit": "vit",
"whisper": "bart",
"xlm-roberta": "bert",
"pix2struct": "vit",
}

@classmethod
Expand Down

0 comments on commit 0b52e3a

Please sign in to comment.