transformers/.circleci
Aymeric Augustin 6be7cdda66 Move source code inside a src subdirectory.
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 .
2019-12-22 14:15:13 +01:00
..
config.yml Move source code inside a src subdirectory. 2019-12-22 14:15:13 +01:00
deploy.sh Updated v2.2.0 doc 2019-11-27 10:12:20 -05:00