- 22 Dec, 2019 8 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This prevents transformers from being importable simply because the CWD is the root of the git repository, while not being importable from other directories. That led to inconsistent behavior, especially in examples. Once you fetch this commit, in your dev environment, you must run: $ pip uninstall transformers $ pip install -e . -
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
These libraries aren't always installed in the virtual environment where isort is running. Declaring them properly avoids mixing these third-party imports with local imports.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
We need https://github.com/timothycrosley/isort/pull/1000 but there's no release with this fix yet, so we'll install from GitHub.
-
upura authored
-
- 21 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This optimizes the total run time of the Circle CI test suite.
-
Aymeric Augustin authored
We're already using as many processes in parallel as we have CPU cores. Furthermore, the number of core may be incorrectly calculated as 36 (we've seen this in pytest-xdist) which make compound the problem. PyTorch performance craters without this.
-
Aymeric Augustin authored
This should prevent two issues: - hitting API rate limits for tests that hit the HF API - multiplying the cost of expensive test setups
-
Aymeric Augustin authored
Set the number of CPUs manually based on the Circle CI resource class, or else we're getting 36 CPUs, which is far too much (perhaps that's the underlying hardware and not what Circle CI allocates to us). Don't parallelize the custom tokenizers tests because they take less than one second to run and parallelization actually makes them slower.
-
- 20 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 19 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 11 Dec, 2019 6 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Masatoshi Suzuki authored
-
- 06 Dec, 2019 1 commit
-
-
R茅mi Louf authored
We add a script and a CI workflow to check that all download links present in the source code are valid.
-
- 27 Nov, 2019 1 commit
-
-
Lysandre authored
-
- 26 Nov, 2019 4 commits
- 14 Nov, 2019 2 commits
- 22 Oct, 2019 4 commits
-
-
Lysandre Debut authored
-
Lysandre authored
-
Lysandre authored
-
Lysandre authored
-
- 10 Oct, 2019 1 commit
-
-
thomwolf authored
-
- 26 Sep, 2019 2 commits
-
-
Julien Chaumond authored
Co-Authored-By:Lysandre Debut <lysandre.debut@reseau.eseo.fr>
-
thomwolf authored
-
- 24 Sep, 2019 2 commits
- 11 Sep, 2019 1 commit
-
-
LysandreJik authored
-
- 08 Sep, 2019 1 commit
-
-
thomwolf authored
-