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
df5c5c62
Unverified
Commit
df5c5c62
authored
Dec 09, 2023
by
Brendan Fahy
Committed by
GitHub
Dec 09, 2023
Browse files
Fix typo (#27918)
parent
5fa66df3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/whisper/convert_openai_to_hf.py
src/transformers/models/whisper/convert_openai_to_hf.py
+1
-1
No files found.
src/transformers/models/whisper/convert_openai_to_hf.py
View file @
df5c5c62
...
...
@@ -330,7 +330,7 @@ def convert_tiktoken_to_hf(
if
__name__
==
"__main__"
:
parser
=
argparse
.
ArgumentParser
()
# # Required parameters
parser
.
add_argument
(
"--checkpoint_path"
,
type
=
str
,
help
=
"Path
t
to the downloaded checkpoints"
)
parser
.
add_argument
(
"--checkpoint_path"
,
type
=
str
,
help
=
"Path to the downloaded checkpoints"
)
parser
.
add_argument
(
"--pytorch_dump_folder_path"
,
default
=
None
,
type
=
str
,
help
=
"Path to the output PyTorch model."
)
parser
.
add_argument
(
"--convert_preprocessor"
,
...
...
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