mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 13:40:34 +03:00
change index server
This commit is contained in:
parent
50d15ea5d2
commit
73e5650be5
|
@ -32,7 +32,7 @@ def main(data_size='all', force=False):
|
||||||
|
|
||||||
command = sputnik.make_command(
|
command = sputnik.make_command(
|
||||||
data_path=os.path.abspath(os.path.join(path, '..', 'data')),
|
data_path=os.path.abspath(os.path.join(path, '..', 'data')),
|
||||||
repository_url='http://sputnik-production.elasticbeanstalk.com')
|
repository_url='https://index.spacy.io')
|
||||||
|
|
||||||
if force:
|
if force:
|
||||||
command.purge()
|
command.purge()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user