"lmdeploy/vscode:/vscode.git/clone" did not exist on "1f88baa5b7a9dde22b11200fd530fe1059e1facb"
- 16 Jan, 2020 3 commits
-
-
thomwolf authored
-
thomwolf authored
-
Nafise Sadat Moosavi authored
-
- 15 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 13 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 11 Jan, 2020 3 commits
-
-
IWillPull authored
* Added repetition penalty * Default PPLM repetition_penalty to neutral * Minor modifications to comply with reviewer's suggestions. (j -> token_idx) * Formatted code with `make style`
-
VictorSanh authored
-
VictorSanh authored
-
- 10 Jan, 2020 7 commits
-
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Lysandre authored
-
- 08 Jan, 2020 2 commits
-
-
Lysandre authored
-
Lysandre Debut authored
-
- 07 Jan, 2020 3 commits
-
-
Oren Amsalem authored
-
Lysandre Debut authored
-
Simone Primarosa authored
* Add support for Albert and XLMRoberta for the Glue example
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 05 Jan, 2020 1 commit
-
-
karajan1001 authored
* fix #2399 an ImportError in official example * style Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
- 01 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 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 3 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
Every other file uses this pattern.
-
- 22 Dec, 2019 12 commits
-
-
Aymeric Augustin authored
On Python 3, `open is io.open`.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This construct isn't used anymore these days. Running python tests/test_foo.py puts the tests/ directory on PYTHONPATH, which isn't representative of how we run tests. Use python -m unittest tests/test_foo.py instead.
-
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
Do manually what autoflake couldn't manage.
-
Aymeric Augustin authored
This change is mostly autogenerated with: $ python -m autoflake --in-place --recursive --remove-all-unused-imports --ignore-init-module-imports examples templates transformers utils hubconf.py setup.py I made minor changes in the generated diff. -
Aymeric Augustin authored
This change is mostly autogenerated with: $ python -m autoflake --in-place --recursive examples templates transformers utils hubconf.py setup.py I made minor changes in the generated diff.
-