Skip to content

Commit c99b108

Browse files
wasabi url (#288)
1 parent 2dcac82 commit c99b108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoding/models/model_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'),
4444
]}
4545

46-
encoding_repo_url = 'https://hangzh.s3-us-west-1.amazonaws.com/'
47-
_url_format = '{repo_url}encoding/models/{file_name}.zip'
46+
encoding_repo_url = 'https://s3.us-west-1.wasabisys.com/encoding'
47+
_url_format = '{repo_url}models/{file_name}.zip'
4848

4949
def short_hash(name):
5050
if name not in _model_sha1:

0 commit comments

Comments
 (0)