alert-florist-32940
05/02/2023, 3:58 PMAutoModel.from_pretrained("path/to/model", local_files_only=True
) to load the models when needed. But it takes ages, and what is odd is that downloading (which also writes to cache) + loading the model to memory on the spot seems to be faster, so I'm not willing to blame disk speed... soo anybpdy seen something similar? :)