Skip to content

Commit

Permalink
Upgrade open_clip_torch in marqo-base image (#646)
Browse files Browse the repository at this point in the history
Use upgraded open_clip_torch, safetensors, timm. Use marqo-base image 17
  • Loading branch information
vicilliar authored Nov 29, 2023
1 parent 8b2f6cc commit 3aa8c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM marqoai/marqo-base:15 as base_image
FROM marqoai/marqo-base:17 as base_image
VOLUME /var/lib/docker
ARG TARGETPLATFORM
WORKDIR /app
Expand Down
5 changes: 3 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pillow==9.3.0
numpy==1.23.4
validators==0.20.0
sentence-transformers==2.2.2
open_clip_torch==2.18.0
open_clip_torch==2.23.0
clip-marqo==1.0.2
onnx
protobuf
Expand All @@ -32,7 +32,8 @@ redis==4.4.2
# pin specific packages (last working 0.0.19 image)
# to fix ARM64 build scikit-learn error
platformdirs==3.5.0
timm==0.6.13
safetensors==0.4.1
timm==0.9.12
transformers==4.29.0

flatbuffers==23.5.9
Expand Down

0 comments on commit 3aa8c74

Please sign in to comment.