You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
49
49
parser.add_argument('lang', nargs='*', help='List of languages. Will default to all languages')
0 commit comments