Closed github-actions[bot] closed 3 years ago
Merging #40 (43e7dfd) into master (54c9d45) will decrease coverage by
8.13%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
- Coverage 29.76% 21.63% -8.14%
==========================================
Files 96 77 -19
Lines 4001 3508 -493
==========================================
- Hits 1191 759 -432
+ Misses 2810 2749 -61
Impacted Files | Coverage Δ | |
---|---|---|
src/cuda/gather_gpu.jl | 0.00% <0.00%> (-66.67%) |
:arrow_down: |
src/bert/tfckpt2bson.jl | 0.00% <0.00%> (-61.63%) |
:arrow_down: |
src/datasets/download_utils.jl | 0.00% <0.00%> (-60.00%) |
:arrow_down: |
src/pretrain/Pretrain.jl | 10.52% <0.00%> (-56.15%) |
:arrow_down: |
src/bert/load_pretrain.jl | 0.00% <0.00%> (-54.17%) |
:arrow_down: |
src/gpt/load_pretrain.jl | 0.00% <0.00%> (-53.34%) |
:arrow_down: |
src/cuda/cuda.jl | 0.00% <0.00%> (-50.00%) |
:arrow_down: |
src/cuda/statistic.jl | 0.00% <0.00%> (-50.00%) |
:arrow_down: |
src/pretrain/config.jl | 56.45% <0.00%> (-37.67%) |
:arrow_down: |
src/Transformers.jl | 30.76% <0.00%> (-33.52%) |
:arrow_down: |
... and 46 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 54c9d45...43e7dfd. Read the comment docs.
This pull request changes the compat entry for the
CUDA
package from1
to1, 2.3
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.