We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcac82 commit c99b108Copy full SHA for c99b108
encoding/models/model_store.py
@@ -43,8 +43,8 @@
43
('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'),
44
]}
45
46
-encoding_repo_url = 'https://hangzh.s3-us-west-1.amazonaws.com/'
47
-_url_format = '{repo_url}encoding/models/{file_name}.zip'
+encoding_repo_url = 'https://s3.us-west-1.wasabisys.com/encoding'
+_url_format = '{repo_url}models/{file_name}.zip'
48
49
def short_hash(name):
50
if name not in _model_sha1:
0 commit comments