- 16 Nov, 2021 1 commit
-
-
Sylvain Gugger authored
* Create branch for tests * Pin first upgrade * Really pin * Polish fix
-
- 09 Nov, 2021 2 commits
-
-
Sylvain Gugger authored
-
Suraj Patil authored
-
- 05 Nov, 2021 1 commit
-
-
Sylvain Gugger authored
* Pin TF until tests are fixed * Also pin TF CPU
-
- 04 Nov, 2021 1 commit
-
-
Matt authored
* Removing Keras version pinning * make fixup
-
- 03 Nov, 2021 2 commits
-
-
Sylvain Gugger authored
* Add more instructions to the release guide * Apply suggestions from code review Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> * Address review comment Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
Sylvain Gugger authored
* Pin Keras cause they messed their release * Put != instead of < * Try this way * Back to the beginning but more agressive
-
- 02 Nov, 2021 1 commit
-
-
Sylvain Gugger authored
* Update Transformers to huggingface_hub >= 0.1.0 * Forgot to save... * Style * Fix test
-
- 29 Oct, 2021 1 commit
-
-
Lysandre Debut authored
* Torch 1.10 * torch scatter for 1.10 * style * Skip tests ok
-
- 28 Oct, 2021 2 commits
- 21 Oct, 2021 1 commit
-
-
Sylvain Gugger authored
-
- 18 Oct, 2021 1 commit
-
-
Patrick von Platen authored
* up * up * up * finish
-
- 27 Sep, 2021 2 commits
- 23 Sep, 2021 1 commit
-
-
kding1 authored
* add sigopt hpo to transformers. Signed-off-by:
Ding, Ke <ke.ding@intel.com> * extend sigopt changes to test code and others.. Signed-off-by:
Ding, Ke <ke.ding@intel.com> * Style. * fix style for sigopt integration. Signed-off-by:
Ding, Ke <ke.ding@intel.com> * Add necessary information to run unittests on SigOpt. Co-authored-by:
Morgan Funtowicz <funtowiczmo@gmail.com>
-
- 16 Sep, 2021 1 commit
-
-
Stas Bekman authored
* [deepspeed] replaced deprecated init arg * Trigger CI
-
- 15 Sep, 2021 1 commit
-
-
elishowk authored
-
- 14 Sep, 2021 1 commit
-
-
Sylvain Gugger authored
* Push to hub when saving checkpoints * Add model card * Revert partial model card * Small fix for checkpoint * Add tests * Add documentation * Fix tests * Bump huggingface_hub * Fix test
-
- 06 Sep, 2021 2 commits
-
-
Anurag Kumar authored
-
Shiv Dhar authored
-
- 01 Sep, 2021 1 commit
-
-
Li-Huai (Allan) Lin authored
This reverts commit ffecfea9.
-
- 31 Aug, 2021 3 commits
-
-
Lysandre authored
-
Lysandre authored
-
Patrick von Platen authored
* up * finish * Apply suggestions from code review * apply Lysandres suggestions * adapt circle ci as well * finish * Update setup.py
-
- 30 Aug, 2021 2 commits
-
-
Olatunji Ruwase authored
* Use DS callable API to allow hf_scheduler + ds_optimizer * Preserve backward-compatibility * Restore backward compatibility * Tweak arg positioning * Tweak arg positioning * bump the required version * Undo indent * Update src/transformers/trainer.py * style Co-authored-by:
Stas Bekman <stas@stason.org> Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
Li-Huai (Allan) Lin authored
* Correct outdated function signatures on website. * Upgrade sphinx to 3.5.4 (latest 3.x) * Test * Test * Test * Test * Test * Test * Revert unnecessary changes. * Change sphinx version to 3.5.4" * Test python 3.7.11
-
- 13 Aug, 2021 1 commit
-
-
Will Frey authored
* Create py.typed This creates a [py.typed as per PEP 561](https://www.python.org/dev/peps/pep-0561/#packaging-type-information) that should be distributed to mark that the package includes (inline) type annotations. * Update setup.py Include py.typed as package data * Update setup.py Call `setup(...)` with `zip_safe=False`.
-
- 10 Aug, 2021 1 commit
-
-
Sylvain Gugger authored
-
- 08 Aug, 2021 1 commit
-
-
lewtun authored
* Use min version for huggingface-hub dependency * Update dependency version table
-
- 30 Jul, 2021 1 commit
-
-
Kevin Canwen Xu authored
* Add multilingual documentation support * Add multilingual documentation support * make style * make style * revert
-
- 23 Jul, 2021 1 commit
-
-
Patrick von Platen authored
* fix_torch_device_generate_test * remove @ * pin git python * make style * typo
-
- 22 Jul, 2021 2 commits
- 14 Jul, 2021 1 commit
-
-
Sylvain Gugger authored
* Base test * More test * Fix mistake * Add a docstring change * Add doc ignore * Add changes * Add recursive dep search * Add recursive dep search * save * Finalize test mapping * Fix bug * Print prettier * Ignore comments and empty lines * Make script runnable from anywhere * Need dev install * Like that * Adapt * Add as artifact * Try on torch tests * Fix yaml error * Install GitPython * Apply everywhere * Be more defensive * Revert to all tests if something is wrong * Install GitPython * Test if there are tests before launching. * Fixes * Fixes * Fixes * Fixes * Bash syntax is horrible * Be less stupid * Try differently * Typo * Typo * Typo * Style * Better name * Escape quotes * Ignore black unhelpful re-formatting * Not a docstring * Deal with inits in dependency map * Run all tests once PR is merged. * Add last job * Apply suggestions from code review Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com> * Stronger dependencies gather * Ignore empty lines too! * Clean up * Fix quality Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
- 13 Jul, 2021 2 commits
-
-
Lysandre Debut authored
* Global 60-300 seconds timeout * Add verbose option * [skip ci] typo
-
Stas Bekman authored
* zero_to_fp32 tests * args change * remove unnecessary work * use transformers.trainer_utils.get_last_checkpoint * document the new features * cleanup * wip * fix fsmt * add bert * cleanup * add xlm-roberta * electra works * cleanup * sync * split off the model zoo tests * cleanup * cleanup * cleanup * cleanup * reformat * cleanup * casing * deepspeed>=0.4.3 * adjust distilbert * Update docs/source/main_classes/deepspeed.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * style Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
- 12 Jul, 2021 1 commit
-
-
Sylvain Gugger authored
-
- 24 Jun, 2021 1 commit
-
-
Richard Liaw authored
Signed-off-by:Richard Liaw <rliaw@berkeley.edu>
-
- 23 Jun, 2021 1 commit
-
-
Sylvain Gugger authored
-