Skip to content

Commit

Permalink
chore: rerun test
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Dec 29, 2023
1 parent e6638f9 commit f97b8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/clip_server/model/pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def get_model_url_md5(name: str):
return (hg_download_url, model_pretrained[1])
else:
print(f'Model not found on hugging face, trying to download from s3.')

except requests.exceptions.RequestException as e:
print(str(e))
print(f'Model not found on hugging face, trying to download from s3.')
Expand Down

0 comments on commit f97b8bd

Please sign in to comment.