"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "002915aa2ad7d7826294fabd7ba4e6297772768c"
Unverified Commit 5987c637 authored by lewtun's avatar lewtun Committed by GitHub
Browse files

Fix repo consistency (#18682)

parent 76454b08
...@@ -137,7 +137,7 @@ class LevitOnnxConfig(OnnxConfig): ...@@ -137,7 +137,7 @@ class LevitOnnxConfig(OnnxConfig):
def inputs(self) -> Mapping[str, Mapping[int, str]]: def inputs(self) -> Mapping[str, Mapping[int, str]]:
return OrderedDict( return OrderedDict(
[ [
("pixel_values", {0: "batch", 1: "sequence"}), ("pixel_values", {0: "batch", 1: "num_channels"}),
] ]
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment