Skip to content

Commit

Permalink
Upgrade open_clip_torch, safetensors, timm version (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar authored Apr 23, 2024
1 parent d1ef149 commit 023a8b6
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:19 as base_image
FROM marqoai/marqo-base:20 as base_image
VOLUME /opt/vespa/
ARG TARGETPLATFORM
ARG COMMITHASH
Expand Down
5 changes: 3 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.24.0
clip-marqo==1.0.2
onnx
protobuf
Expand All @@ -38,7 +38,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 023a8b6

Please sign in to comment.