Skip to content

Commit

Permalink
Fix repo consistency (huggingface#18682)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun authored and oneraghavan committed Sep 26, 2022
1 parent 79f90b4 commit 9bda934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/levit/configuration_levit.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class LevitOnnxConfig(OnnxConfig):
def inputs(self) -> Mapping[str, Mapping[int, str]]:
return OrderedDict(
[
("pixel_values", {0: "batch", 1: "sequence"}),
("pixel_values", {0: "batch", 1: "num_channels"}),
]
)

Expand Down

0 comments on commit 9bda934

Please sign in to comment.