Better links for models in READMED and doc index (#7680)

This commit is contained in:
Sylvain Gugger
2020-10-09 11:17:16 -04:00
committed by GitHub
parent 0af53b1ef9
commit a3cea6a8cc
4 changed files with 116 additions and 112 deletions

View File

@@ -3,7 +3,9 @@ Simple check list from AllenNLP repo: https://github.com/allenai/allennlp/blob/m
To create the package for pypi.
1. Change the version in __init__.py, setup.py as well as docs/source/conf.py.
1. Change the version in __init__.py, setup.py as well as docs/source/conf.py. Remove the master from the links in
the new models of the README:
(https://huggingface.co/transformers/master/model_doc/ -> https://huggingface.co/transformers/model_doc/)
2. Unpin specific versions from setup.py that use a git install.