-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: move clip models #945
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
+ Coverage 70.73% 71.71% +0.98%
==========================================
Files 23 23
Lines 1565 1584 +19
==========================================
+ Hits 1107 1136 +29
+ Misses 458 448 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
All the torch models have been migrated and tested. The onnx models will be migrated later due to my network. |
What's the 'codecov' problem? Do you think that needs a unit test to cover? |
All the onnx and torch models have been transferred to huggingface successfully by now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished remove s3 download address
@@ -43,7 +43,7 @@ | |||
setup_requires=['setuptools>=18.0', 'wheel'], | |||
install_requires=[ | |||
'jina>=3.12.0', | |||
'docarray[common]>=0.19.0,<0.30.0', | |||
'docarray[common]==0.21.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requirement is too strong. Could we have some flexible version bump here?
No description provided.