ed04438ae1
* update mlflow version to match the other azureml versions * Update generate_conda_file.py * added temporary * doc: update github url references * docs: update nlp recipes references * Minor bug fix for text classification of multi languages notebook * remove bert and xlnet notebooks * remove obsolete tests and links * Add missing tmp directories. * fix import error and max_nodes for the cluster * Minor edits. * Attempt to fix test device error. * Temporarily pin transformers version * Remove gpu tags temporarily * Test whether device error also occurs for SequenceClassifier. * Revert temporary changes. * Revert temporary changes. |
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.md | ||
_config.yml |
README.md
Documentation
To setup the documentation, first you need to install the dependencies of the cpu environment. For it please follow the SETUP.md. Then type:
conda activate nlp_cpu
pip install sphinx_rtd_theme
To build the documentation as HTML:
cd docs
make html