Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjli committed May 27, 2021
1 parent 22e60ad commit d084588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allosaurus/bin/download_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def download_model(model_name=None):
if not (model_dir / model_name).exists():

try:
url = 'https://www.pyspeech.com/static/model/recognition/allosaurus/' + model_name + '.tar.gz'
url = 'https://github.com/xinjli/allosaurus/releases/download/v1.0/' + model_name + '.tar.gz'
print("downloading model ", model_name)
print("from: ", url)
print("to: ", str(model_dir))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='allosaurus',
version='0.6.0',
version='1.0.0',
description='a multilingual phone recognizer',
author='Xinjian Li',
author_email='[email protected]',
Expand Down

0 comments on commit d084588

Please sign in to comment.