chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
526 stars 75 forks source link

CompatHelper: bump compat for "Adapt" to "3.0" #41

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the Adapt package from 1, 2.0 to 1, 2.0, 3.0.

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (d49138f) into master (51f1cf6) will increase coverage by 6.58%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   21.84%   28.42%   +6.58%     
==========================================
  Files          96       96              
  Lines        3927     3929       +2     
==========================================
+ Hits          858     1117     +259     
+ Misses       3069     2812     -257     
Impacted Files Coverage Δ
src/basic/embeds/position_embed.jl 64.86% <0.00%> (+5.40%) :arrow_up:
src/basic/model.jl 5.40% <0.00%> (+5.40%) :arrow_up:
src/basic/embeds/embed.jl 77.77% <0.00%> (+11.11%) :arrow_up:
src/basic/embeds/etype.jl 13.33% <0.00%> (+13.33%) :arrow_up:
src/gpt/npy2bson.jl 30.26% <0.00%> (+30.26%) :arrow_up:
src/pretrain/config.jl 93.54% <0.00%> (+37.09%) :arrow_up:
src/gpt/load_pretrain.jl 53.33% <0.00%> (+53.33%) :arrow_up:
src/bert/load_pretrain.jl 54.16% <0.00%> (+54.16%) :arrow_up:
src/pretrain/Pretrain.jl 65.00% <0.00%> (+54.47%) :arrow_up:
src/datasets/download_utils.jl 60.00% <0.00%> (+60.00%) :arrow_up:
... and 1 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 51f1cf6...d49138f. Read the comment docs.