dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.56k stars 538 forks source link

[CI] Add Volume to g4dn.4x #1375

Closed barry-jin closed 3 years ago

barry-jin commented 3 years ago

Description

To solve issue #1361

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

sxjscience commented 3 years ago

For me, I think we can also directly update the g4dn.4x (In fact, we may try to increase the disk space of all the G4 instances).

barry-jin commented 3 years ago

Ok, let me directly update g4dn.4x.

github-actions[bot] commented 3 years ago

The documentation website for preview: http://gluon-nlp-dev.s3-accelerate.amazonaws.com/PR1375/add-volume/index.html

codecov[bot] commented 3 years ago

Codecov Report

Merging #1375 into master will increase coverage by 10.95%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1375       +/-   ##
===========================================
+ Coverage   70.80%   81.75%   +10.95%     
===========================================
  Files         105       52       -53     
  Lines       12518     6906     -5612     
===========================================
- Hits         8863     5646     -3217     
+ Misses       3655     1260     -2395     
Impacted Files Coverage Δ
src/gluonnlp/models/xlmr.py 58.82% <0.00%> (-29.42%) :arrow_down:
src/gluonnlp/models/__init__.py 68.75% <0.00%> (-28.13%) :arrow_down:
src/gluonnlp/models/electra.py 57.89% <0.00%> (-18.56%) :arrow_down:
src/gluonnlp/models/bart.py 70.62% <0.00%> (-15.63%) :arrow_down:
src/gluonnlp/utils/config.py 61.53% <0.00%> (-15.39%) :arrow_down:
src/gluonnlp/models/roberta.py 84.38% <0.00%> (-9.29%) :arrow_down:
src/gluonnlp/models/albert.py 87.80% <0.00%> (-7.67%) :arrow_down:
src/gluonnlp/models/gpt2.py 90.94% <0.00%> (-7.32%) :arrow_down:
src/gluonnlp/models/bert.py 87.67% <0.00%> (-7.20%) :arrow_down:
src/gluonnlp/utils/misc.py 52.01% <0.00%> (-6.82%) :arrow_down:
... and 60 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 d6e63f3...82e7f67. Read the comment docs.

barry-jin commented 3 years ago

Updated g4dn job queue and re-run this job.