Skip to content
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

feat(server): allow client sending tensor document #678

Merged
merged 2 commits into from
Apr 11, 2022
Merged

feat(server): allow client sending tensor document #678

merged 2 commits into from
Apr 11, 2022

Conversation

hanxiao
Copy link
Member

@hanxiao hanxiao commented Apr 11, 2022

No description provided.

@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #678 (a868b73) into main (aeb64c0) will decrease coverage by 13.47%.
The diff coverage is 72.00%.

@@             Coverage Diff             @@
##             main     #678       +/-   ##
===========================================
- Coverage   87.50%   74.02%   -13.48%     
===========================================
  Files           2       11        +9     
  Lines         136      743      +607     
===========================================
+ Hits          119      550      +431     
- Misses         17      193      +176     
Flag Coverage Δ
cas 74.02% <72.00%> (-13.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/clip_client/client.py 86.02% <0.00%> (-1.29%) ⬇️
server/clip_server/executors/clip_torch.py 91.11% <66.66%> (ø)
server/clip_server/executors/clip_onnx.py 93.33% <71.42%> (ø)
server/clip_server/model/clip.py 55.28% <87.50%> (ø)
client/clip_client/__init__.py 100.00% <100.00%> (ø)
server/clip_server/__init__.py 100.00% <100.00%> (ø)
server/clip_server/model/clip_onnx.py 95.65% <0.00%> (ø)
server/clip_server/__main__.py 0.00% <0.00%> (ø)
server/clip_server/model/simple_tokenizer.py 93.87% <0.00%> (ø)
server/clip_server/helper.py 80.00% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa42dc5...a868b73. Read the comment docs.

@hanxiao hanxiao merged commit 8b800ee into main Apr 11, 2022
@hanxiao hanxiao deleted the fix-677 branch April 11, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot send tensor to the encode() function
1 participant