• Aymeric Augustin's avatar
    Move source code inside a src subdirectory. · 6be7cdda
    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 .
    6be7cdda
modeling_auto.py 62 KB