Unverified Commit c99b1088 authored by Hang Zhang's avatar Hang Zhang Committed by GitHub
Browse files

wasabi url (#288)

parent 2dcac825
...@@ -43,8 +43,8 @@ _model_sha1 = {name: checksum for checksum, name in [ ...@@ -43,8 +43,8 @@ _model_sha1 = {name: checksum for checksum, name in [
('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'), ('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'),
]} ]}
encoding_repo_url = 'https://hangzh.s3-us-west-1.amazonaws.com/' encoding_repo_url = 'https://s3.us-west-1.wasabisys.com/encoding'
_url_format = '{repo_url}encoding/models/{file_name}.zip' _url_format = '{repo_url}models/{file_name}.zip'
def short_hash(name): def short_hash(name):
if name not in _model_sha1: if name not in _model_sha1:
......
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