Skip to content

Commit

Permalink
Update conversion script
Browse files Browse the repository at this point in the history
Use latest version of Optimum (source)
  • Loading branch information
xenova committed Sep 9, 2023
1 parent 5216fb4 commit d7438ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ConversionArguments:
metadata={
"help": (
"The task to export the model for. If not specified, the task will be auto-inferred based on the model. Available tasks depend on the model, but are among:"
f" {str(list(TasksManager._TASKS_TO_AUTOMODELS.keys()))}. For decoder models, use `xxx-with-past` to export the model using past key values in the decoder."
f" {str(TasksManager.get_all_tasks())}. For decoder models, use `xxx-with-past` to export the model using past key values in the decoder."
)
}
)
Expand Down

0 comments on commit d7438ce

Please sign in to comment.