Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

[WIP][v0.x] Backport CI from Master to v0.x #1530

Closed
wants to merge 42 commits into from

Conversation

barry-jin
Copy link
Contributor

@barry-jin barry-jin commented Feb 24, 2021

Description

Checklist

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented

Changes

  • Feature1, tests, (and when applicable, API doc)
  • Feature2, tests, (and when applicable, API doc)

Comments

  • If this change is a backward incompatible change, why must this change be made.
  • Interesting edge cases to note here

cc @dmlc/gluon-nlp-team

leezu and others added 30 commits March 18, 2020 20:57
Useful to build the website without executing all jupyter notebooks
…dmlc#1192)

* Add a new argument to Makefile

* Change argument name
all the computation should be done in md2ipynb.py file and nbsphinx should not compute code chunks in the normal process.
* add err msg

* add err msg

* Update utils.py

* Update utils.py

* Update baidu_ernie_data.py

* Update baidu_ernie_data.py

Co-authored-by: Lin <[email protected]>
Add a new website page about the configuration of compiling the website.
* [FEATURE] Add tests for setting seed value

* [FEATURE] Add function for setting seed value

* [DOCS] Add docs for setting seed value dmlc#1110

* remove wd from squad

Co-authored-by: Avinash Madasu <[email protected]>
Co-authored-by: Lin <[email protected]>
* Update dependency
tornado and sphinx updated

* Keep tornado at 5.1.1 for we use python 3.5

* Update pandoc to 2.9.2.1

* Update cpu/py3 conda forge dependencies

* Update pandoc/sphinx on master branches

* Revert sphinx to 2.2.1 on all tests

* Update sphinx to 2.4.4
* Update numpy versions

* Update sphinx related packages

* Update regex
This commit removes the mutable_args restriction.
After this commit, any parameter can be overriden,
as long as the user sets the allow_override parameter
to True.
* [BUGFIX] Remove test set from validation

* [BUGFIX] Add argument whether to validate test data
* Add menu for catalog folder

* Add wikitext-2 table

* Remove the catalog folder and add the training command

* Add reference to the paper

* Update reference link

* Convert train shell into links

* Add log information

* Separate the log from the command column

* Convert hyperlink to anonymous hyperlink

* Add Cache Language Model Part

* Add machine translation page

* Add Sentiment Analysis Tables

* Add fine-tuned tables

* Add reference for GNMT and TextCNN
* fix NTA

* update language model webpage

* update language model webpage

* trigger ci test again

* trigger ci test again
eric-haibin-lin and others added 12 commits August 12, 2020 14:36
* Fix env/docker/py3.yml

* mxnet-cu101==1.6.0.post0

* Update Jenkinsfile_py3-master_gpu_doc

* Switch to Python 3.6 for Batch

* Update Jenkinsfile_py3-master_gpu_doc

* Update py3.yml

* Update py3.yml

* Update py3.yml
* Add example script to deploy BERT

* Add options to better measure performance

* Allow specification of path for exported model

* Add option to use custom graph pass

* Add optimization for MHA in custom graph pass

* Correct bug with input shapes in optimize_for

* correct typo

* fix lint

* fix lint

* Add documentation

* Add documentation for using deploy script

* Correct typo/add spaces in documentation

* Add setup.py to compile pass, update documentation

* Fix bug in path to include dir & fix pylint

* Add unitest for deploy bert script

* change CUDA version in wheel

* test latest wheel

* change path to custom pass library

* fixing trigger custom pass compilation

* fix lint

* fix lint

* Update mxnet pip version

* Only GPU versions changed

* fix lint

* change wheel to include mkl headers

* lint docstring

* remove debug print

* change include paths

* lint

* debugging lib_api.h

* debugging lib_api.h

* debugging

* Disable test for now

* skip test if mxnet_version < 1.7.0

* use pytest.mark.skipif to skip test

* test only BERT-base (fp16/fp32, SST/QA, embeddings) to avoid timeout

Co-authored-by: Leonard Lausen <[email protected]>
* Build horovod with gloo

* Update prepare_clean_env.sh
@barry-jin barry-jin requested a review from a team as a code owner February 24, 2021 18:13
@barry-jin barry-jin closed this Feb 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants