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
7cb596fa
Unverified
Commit
7cb596fa
authored
Jan 08, 2023
by
SABA UL HAQUE
Committed by
GitHub
Jan 08, 2023
Browse files
fix typo (#21048)
Typo fix: Corrected the word metada --> metadata
parent
bd9d5126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils/update_metadata.py
utils/update_metadata.py
+1
-1
No files found.
utils/update_metadata.py
View file @
7cb596fa
...
@@ -211,7 +211,7 @@ def update_pipeline_and_auto_class_table(table):
...
@@ -211,7 +211,7 @@ def update_pipeline_and_auto_class_table(table):
def
update_metadata
(
token
,
commit_sha
):
def
update_metadata
(
token
,
commit_sha
):
"""
"""
Update the metada for the Transformers repo.
Update the metada
ta
for the Transformers repo.
"""
"""
with
tempfile
.
TemporaryDirectory
()
as
tmp_dir
:
with
tempfile
.
TemporaryDirectory
()
as
tmp_dir
:
repo
=
Repository
(
repo
=
Repository
(
...
...
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