• Julien Chaumond's avatar
    [ci] Load pretrained models into the default (long-lived) cache · f54dc3f4
    Julien Chaumond authored
    There's an inconsistency right now where:
    - we load some models into CACHE_DIR
    - and some models in the default cache
    - and often, in both for the same models
    
    When running the RUN_SLOW tests, this takes a lot of disk space, time, and bandwidth.
    
    I'd rather always use the default cache
    f54dc3f4
test_modeling_gpt2.py 15.6 KB