- 03 Nov, 2021 1 commit
-
-
Sylvain Gugger authored
* Start PR doc * Cleanup the quality checks and document them * Add reference in the contributing guide * Apply suggestions from code review Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com> * Rename file as per review suggestion Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
- 25 May, 2021 1 commit
-
-
Shiro T authored
-
- 21 Apr, 2021 2 commits
-
-
Stas Bekman authored
* explain/link to good first issue * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sylvain Gugger authored
* Base move * Examples reorganization * Update references * Put back test data * Move conftest * More fixes * Move test data to test fixtures * Update path * Apply suggestions from code review Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> * Address review comments and clean Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
- 12 Jan, 2021 1 commit
-
-
Simon Brandeis authored
-
- 07 Dec, 2020 1 commit
-
-
Sylvain Gugger authored
* Add copyright everywhere missing * Style
-
- 29 Nov, 2020 1 commit
-
-
Guy Rosin authored
* Fix minor typos * Additional typos * Style fix Co-authored-by:
guyrosin <guyrosin@assist-561.cs.technion.ac.il>
-
- 24 Nov, 2020 1 commit
-
-
Binoy Dalal authored
* added instructions for syncing upstream master with forked master via PR * expand to add a note to why this is requested Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
- 10 Nov, 2020 1 commit
-
-
Julien Plu authored
* Add a Windows dev section in the contributing file. * Forgotten link * Trigger CI * Rework description * Trigger CI
-
- 29 Oct, 2020 1 commit
-
-
Santiago Castro authored
* Fix doc errors and typos across the board * Fix a typo * Fix the CI * Fix more typos * Fix CI * More fixes * Fix CI * More fixes * More fixes
-
- 29 Sep, 2020 2 commits
-
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
- 25 Sep, 2020 1 commit
-
-
Stas Bekman authored
* [code quality] merge style and quality targets Any reason why we don't run `flake8` in `make style`? I find myself needing to run `make style` and `make quality` all the time, but I need the latter just for the last 2 checks. Since we have no control over the source code why bother with separating checking and fixing - let's just have one target that fixes and then performs the remaining checks, as we know the first two have been done already. This PR suggests to merge the 2 targets into one efficient target. I will edit the docs if this change resonates with the team. * move checks into style, re-use target * better name * add fixup target * document new target
-
- 11 Sep, 2020 1 commit
-
-
Sylvain Gugger authored
-
- 27 Aug, 2020 1 commit
-
-
Stas Bekman authored
* [doc] multiple corrections to "Summary of the tasks" * add a new "docs" target to validate docs and document it * fix mixup
-
- 24 Aug, 2020 1 commit
-
-
Sylvain Gugger authored
* Run new isort * More changes * Update CI, CONTRIBUTING and benchmarks
-
- 20 Aug, 2020 1 commit
-
-
Stas Bekman authored
-
- 07 Aug, 2020 1 commit
-
-
Stas Bekman authored
remove unnecessary duplication wrt `RUN_SLOW=yes`
-
- 22 Jul, 2020 1 commit
-
-
Sam Shleifer authored
Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
- 09 Jul, 2020 1 commit
-
-
Stas Bekman authored
-
- 17 Jun, 2020 1 commit
-
-
Sylvain Gugger authored
* Update installation page and add contributing to the doc * Remove mention of symlinks
-
- 27 May, 2020 1 commit
-
-
Patrick von Platen authored
-
- 19 May, 2020 1 commit
-
-
Sam Shleifer authored
-
- 28 Apr, 2020 1 commit
-
-
Sam Shleifer authored
* add known 3rd party to setup.cfg * comment * Update CONTRIBUTING.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
- 11 Feb, 2020 3 commits
- 01 Feb, 2020 1 commit
-
-
Bram Vanroy authored
* add "info" command to CLI As a convenience, add the info directive to CLI. Running `python transformers-cli info` will return a string containing the transformers version, platform, python version, PT/TF version and GPU support * Swap f-strings for .format Still supporting 3.5 so can't use f-strings (sad face) * Add reference in issue to CLI * Add the expected fields to issue template This way, people can still add the information manually if they want. (Though I fear they'll just ignore it.) * Remove heading from output * black-ify * order of imports Should ensure isort test passes * use is_X_available over import..pass * style * fix copy-paste bug * Rename command info -> env Also adds the command to CONTRIBUTING.md in "Did you find a bug" section
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 27 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
This ensures compatibility with zsh. Fix #2316.
-
- 24 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
Use -e only in docs targeted at contributors. If a user copy-pastes command line with [--editable], they will hit an error. If they don't know the --editable option, we're giving them a choice to make before they can move forwards, but this isn't a choice they need to make right now.
-
- 23 Dec, 2019 2 commits
-
-
Aymeric Augustin authored
Also provide shortcuts in a Makefile.
-
Aymeric Augustin authored
Take advantage of this to simplify the Circle CI configuration. Don't bother with tensorboardX: it's a fallback for PyTorch < 1.1.0.
-
- 19 Dec, 2019 1 commit
-
-
Aidan Kierans authored
* Small clarification Matches line 431 to line 435 for additional clarity and consistency. * Fixed minor typo The letter "s" was previously omitted from the word "docstrings".
-
- 27 Nov, 2019 1 commit
-
-
Rémi Louf authored
-
- 30 Oct, 2019 3 commits
-
-
Thomas Wolf authored
Co-Authored-By:
Stefan Schweter <stefan.schweter@bsb-muenchen.de>
-
Thomas Wolf authored
Co-Authored-By:
Stefan Schweter <stefan.schweter@bsb-muenchen.de>
-
thomwolf authored
-
- 08 Oct, 2019 1 commit
-
-
Rémi Louf authored
-