We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f663930 commit fff7eeaCopy full SHA for fff7eea
paddlenlp/cli/converter.py
@@ -76,7 +76,7 @@ def convert_from_local_dir(pretrained_dir: str, output: str):
76
77
78
def convert_from_local_file(weight_file_path: str, output: str):
79
- """convert from the local weitht file
+ """convert from the local weight file
80
81
TODO(wj-Mcat): no model info for weight file, this method is dangerous.
82
0 commit comments