Skip to content

Commit

Permalink
fix: remove s3 download url
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jan 22, 2024
1 parent 7d7ec07 commit ff49880
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/clip_server/model/clip_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
)
from clip_server.model.clip_model import BaseCLIPModel

_S3_BUCKET = (
'https://clip-as-service.s3.us-east-2.amazonaws.com/models/onnx/' # Deprecated
)
_S3_BUCKET_V2 = 'https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/'
_HUGGINGFACE_ONNX_BUCKET = 'https://huggingface.co/jinaai/clip-models/'
_MODELS = {
'RN50::openai': (
Expand Down

0 comments on commit ff49880

Please sign in to comment.