"tests/python/vscode:/vscode.git/clone" did not exist on "39890c0c5d35e13a53c641a8a9f5b8ccef7c7d91"
Unverified Commit c9d4a46a authored by Hang Zhang's avatar Hang Zhang Committed by GitHub
Browse files

Update model_store.py (#282)

parent d9dea172
......@@ -43,7 +43,7 @@ _model_sha1 = {name: checksum for checksum, name in [
('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'),
]}
encoding_repo_url = 'https://hangzh.s3.amazonaws.com/'
encoding_repo_url = 'https://hangzh.s3-us-west-1.amazonaws.com/'
_url_format = '{repo_url}encoding/models/{file_name}.zip'
def short_hash(name):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment