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: fix markdown-table extention #772

Closed numb3r3 closed 2 years ago

numb3r3 commented 2 years ago

Failed to build docs due to breaking changes of markdown3.4. More details at https://github.com/ryanfox/sphinx-markdown-tables/issues/36

github-actions[bot] commented 2 years ago

:memo: Docs are deployed on https://ft-fix-docbuild--jina-docs.netlify.app :tada:

codecov[bot] commented 2 years ago

Codecov Report

Merging #772 (955130d) into main (2b78b12) will decrease coverage by 60.01%. The diff coverage is n/a.

:exclamation: Current head 955130d differs from pull request most recent head e30d286. Consider uploading reports for the commit e30d286 to get more accurate results

@@             Coverage Diff             @@
##             main     #772       +/-   ##
===========================================
- Coverage   82.09%   22.08%   -60.02%     
===========================================
  Files          17       14        -3     
  Lines        1240     1028      -212     
===========================================
- Hits         1018      227      -791     
- Misses        222      801      +579     
Flag Coverage Δ
cas 22.08% <ø> (-60.02%) :arrow_down:

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

Impacted Files Coverage Δ
server/clip_server/executors/clip_tensorrt.py 0.00% <0.00%> (-100.00%) :arrow_down:
server/clip_server/model/clip_trt.py 0.00% <0.00%> (-92.11%) :arrow_down:
server/clip_server/executors/clip_torch.py 0.00% <0.00%> (-87.04%) :arrow_down:
server/clip_server/executors/clip_hg.py 0.00% <0.00%> (-86.08%) :arrow_down:
server/clip_server/model/trt_utils.py 0.00% <0.00%> (-83.52%) :arrow_down:
server/clip_server/executors/helper.py 16.92% <0.00%> (-83.08%) :arrow_down:
server/clip_server/model/simple_tokenizer.py 43.87% <0.00%> (-51.03%) :arrow_down:
server/clip_server/executors/clip_onnx.py 37.09% <0.00%> (-48.39%) :arrow_down:
server/clip_server/model/model.py 15.83% <0.00%> (-46.34%) :arrow_down:
server/clip_server/model/clip_onnx.py 54.54% <0.00%> (-42.43%) :arrow_down:
... 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 2b78b12...e30d286. Read the comment docs.