Skip to content

Commit bb12c75

Browse files
committed
Next version will be 1.8.0
1 parent 23b6f48 commit bb12c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugging_stanza.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_model_card(lang):
4545
def parse_args():
4646
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
4747
parser.add_argument('--input_dir', type=str, default="/u/nlp/software/stanza/models/", help='Directory for loading the stanza models. Will first try input_dir + version, if that exists')
48-
parser.add_argument('--version', type=str, default="1.7.0", help='Version of stanza models to upload')
48+
parser.add_argument('--version', type=str, default="1.8.0", help='Version of stanza models to upload')
4949
parser.add_argument('lang', nargs='*', help='List of languages. Will default to all languages')
5050
args = parser.parse_args()
5151
if len(args.lang) == 0:

0 commit comments

Comments
 (0)