dmlc / gluon-nlp

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

[CI] Work around to fix v0.x CI #1553

Closed barry-jin closed 3 years ago

barry-jin commented 3 years ago

Description

It looks like there are some issues in mxnet1.8.0.post0. Freeze mxnet version to 1.7.0 in CI test as work around.

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

github-actions[bot] commented 3 years ago

The documentation website for preview: http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR1553/3cf0809fd5854ceee4f530ee4a5755998105a2ca/index.html

Zha0q1 commented 3 years ago

Hi @barry-jin any updates on this pr?

barry-jin commented 3 years ago

Hi @barry-jin any updates on this pr?

I'm switching to cudnn8 in docker. Also will try to update website build workflow in #1558 . Currently, the job in workflow will not be marked as failed if the notebook compilation step fails. Check the log here https://github.com/dmlc/gluon-nlp/runs/2366035716?check_suite_focus=true

barry-jin commented 3 years ago

v0.x CI will be fixed in #1558