Skip to content

Commit

Permalink
test upgrade to timm and safetensors
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Nov 28, 2023
1 parent 3589299 commit 0828891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ fastapi-utils==0.2.1
jsonschema==4.17.1
typing-extensions==4.5.0
urllib3==1.25.8

# Remove after passing unit tests
open_clip_torch==2.23.0
timm==0.9.12
safetensors==0.4.1

0 comments on commit 0828891

Please sign in to comment.