"Plugson/vscode:/vscode.git/clone" did not exist on "598af7f45c8112321b10da3c38e70468e62ea6a6"
  • 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_bart.py 47.3 KB