- 29 Feb, 2020 2 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
* Create self-hosted.yml * Update self-hosted.yml * Update self-hosted.yml * Update self-hosted.yml * Update self-hosted.yml * Update self-hosted.yml * do not run slow tests, for now * [ci] For comparison with circleci, let's also run CPU-tests * [ci] reorganize * clearer filenames * [ci] Final tweaks before merging * rm slow tests on circle ci * Trigger CI * On GPU this concurrency was way too high
-
- 25 Feb, 2020 2 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
- 13 Feb, 2020 1 commit
-
-
Sam Shleifer authored
-
- 10 Feb, 2020 1 commit
-
-
Morgan Funtowicz authored
Tensorflow 2.1.0 introduce a new dependency model where pip install tensorflow would install tf with GPU support. Before it would just install with CPU support, thus CircleCI is looking for NVidia driver version at initialization of the tensorflow related tests but fails as their is no NVidia Driver running. Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 05 Jan, 2020 1 commit
-
-
Aymeric Augustin authored
This should stabilize formatting.
-
- 24 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
-
- 23 Dec, 2019 3 commits
-
-
Aymeric Augustin authored
This will improve version coverage.
-
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.
-
Aymeric Augustin authored
requirements.txt isn't up to date.
-
- 22 Dec, 2019 7 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.
-
- 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.
-
- 22 Oct, 2019 3 commits
- 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
-