spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 15 forks source link

Fix CI #92

Closed orausch closed 2 years ago

orausch commented 3 years ago

Rerun the pipelines, move huggingface models to spclstorage.

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (6c18742) into master (a096cf0) will increase coverage by 22.30%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #92       +/-   ##
===========================================
+ Coverage   65.87%   88.17%   +22.30%     
===========================================
  Files          51       51               
  Lines        5629     5629               
===========================================
+ Hits         3708     4963     +1255     
+ Misses       1921      666     -1255     
Impacted Files Coverage Δ
daceml/onnx/nodes/onnx_op.py 94.24% <0.00%> (+0.36%) :arrow_up:
daceml/onnx/onnx_importer.py 95.55% <0.00%> (+0.40%) :arrow_up:
daceml/pytorch/module_codegen.py 98.03% <0.00%> (+0.49%) :arrow_up:
daceml/autodiff/backward_pass_generator.py 93.52% <0.00%> (+1.14%) :arrow_up:
daceml/pytorch/dlpack.py 94.94% <0.00%> (+1.27%) :arrow_up:
daceml/pytorch/module.py 85.43% <0.00%> (+1.32%) :arrow_up:
...ml/onnx/op_implementations/pure_implementations.py 81.82% <0.00%> (+3.44%) :arrow_up:
daceml/onnx/op_implementations/utils.py 100.00% <0.00%> (+4.76%) :arrow_up:
daceml/ort_api/python_bindings.py 98.15% <0.00%> (+9.88%) :arrow_up:
daceml/onnx/nodes/node_codegen.py 89.69% <0.00%> (+15.70%) :arrow_up:
... and 7 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 a096cf0...6c18742. Read the comment docs.