jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
https://clip-as-service.jina.ai
Other
12.48k stars 2.07k forks source link

chore: move clip models #945

Open selmiss opened 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (ca2b25b) 70.73% compared to head (3ac7d2b) 71.71%. Report is 1 commits behind head on main.

Files Patch % Lines
server/clip_server/model/clip_onnx.py 81.81% 2 Missing :warning:
server/clip_server/model/pretrained_models.py 84.61% 2 Missing :warning:
Additional details and impacted files ```diff @@ 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 ``` | [Flag](https://app.codecov.io/gh/jina-ai/clip-as-service/pull/945/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai) | Coverage Δ | | |---|---|---| | [cas](https://app.codecov.io/gh/jina-ai/clip-as-service/pull/945/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai) | `71.71% <84.61%> (+0.98%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

selmiss commented 10 months ago

All the torch models have been migrated and tested. The onnx models will be migrated later due to my network.

selmiss commented 10 months ago

What's the 'codecov' problem? Do you think that needs a unit test to cover?

selmiss commented 10 months ago

All the onnx and torch models have been transferred to huggingface successfully by now.