Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
5987c637
Unverified
Commit
5987c637
authored
Aug 18, 2022
by
lewtun
Committed by
GitHub
Aug 18, 2022
Browse files
Fix repo consistency (#18682)
parent
76454b08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/levit/configuration_levit.py
src/transformers/models/levit/configuration_levit.py
+1
-1
No files found.
src/transformers/models/levit/configuration_levit.py
View file @
5987c637
...
@@ -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
"
}),
]
]
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment