Skip to content

Commit 163fd01

Browse files
committed
Keep the version
1 parent 872202e commit 163fd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supar/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
'vi-sdp-roberta-en': 'dm.vi.sdp.roberta',
5050
'vi-sdp-electra-zh': 'semeval16.vi.sdp.electra'
5151
}
52-
MODEL = {n: f"{SRC['github']}/v{__version__}/{m}.zip" for n, m in NAME.items()}
53-
CONFIG = {n: f"{SRC['github']}/v{__version__}/{m}.ini" for n, m in NAME.items()}
52+
MODEL = {n: f"{SRC['github']}/v1.1.0/{m}.zip" for n, m in NAME.items()}
53+
CONFIG = {n: f"{SRC['github']}/v1.1.0/{m}.ini" for n, m in NAME.items()}

0 commit comments

Comments
 (0)