This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 532
[WIP][v0.x] Backport CI from Master to v0.x #1530
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
And remove duplicate imports
Add a new website page about the configuration of compiling the website.
…lity with numba (dmlc#1208) Co-authored-by: Leonard Lausen <[email protected]>
* [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
Co-authored-by: Lin <[email protected]>
* 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
…() directly (dmlc#1382) Co-authored-by: Sheng Zha <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
Essentials
Changes
Comments
cc @dmlc/gluon-nlp-team