Skip to content

Commit

Permalink
Keep the version
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhangcs committed May 12, 2021
1 parent 872202e commit 163fd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
'vi-sdp-roberta-en': 'dm.vi.sdp.roberta',
'vi-sdp-electra-zh': 'semeval16.vi.sdp.electra'
}
MODEL = {n: f"{SRC['github']}/v{__version__}/{m}.zip" for n, m in NAME.items()}
CONFIG = {n: f"{SRC['github']}/v{__version__}/{m}.ini" for n, m in NAME.items()}
MODEL = {n: f"{SRC['github']}/v1.1.0/{m}.zip" for n, m in NAME.items()}
CONFIG = {n: f"{SRC['github']}/v1.1.0/{m}.ini" for n, m in NAME.items()}

0 comments on commit 163fd01

Please sign in to comment.