Skip to content

Commit 25ba21a

Browse files
committed
Next version will be 1.4.1?
1 parent 8bfa03e commit 25ba21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugging_stanza.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def write_model_card(repo_local_path, model):
5050

5151
def parse_args():
5252
parser = argparse.ArgumentParser()
53-
parser.add_argument('--input_dir', type=str, default="/u/nlp/software/stanza/models/1.4.0", help='Directory for loading the stanza models')
54-
parser.add_argument('--version', type=str, default="1.4.0", help='Version of stanza models to upload')
53+
parser.add_argument('--input_dir', type=str, default="/u/nlp/software/stanza/models/1.4.1", help='Directory for loading the stanza models')
54+
parser.add_argument('--version', type=str, default="1.4.1", help='Version of stanza models to upload')
5555
parser.add_argument('lang', nargs='*', help='List of languages. Will default to all languages')
5656
args = parser.parse_args()
5757
if len(args.lang) == 0:

0 commit comments

Comments
 (0)