Skip to content

Commit

Permalink
align names for t5
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Dec 23, 2024
1 parent 072e1d9 commit c01ea2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/exporters/openvino/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,7 @@ def rename_ambiguous_inputs(self, inputs):


@register_in_tasks_manager("t5-encoder-model", *["feature-extraction"], library_name="diffusers")
@register_in_tasks_manager("t5-encoder", *["feature-extraction"], library_name="diffusers")
class T5EncoderOpenVINOConfig(CLIPTextOpenVINOConfig):
pass

Expand Down

0 comments on commit c01ea2e

Please sign in to comment.