Skip to content

Commit

Permalink
fix: unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jan 2, 2024
1 parent 03bd11d commit 8267746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/clip_server/model/pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +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 8267746

Please sign in to comment.