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? :)ancient-application-36103
05/02/2023, 4:01 PMtmpfs support - https://github.com/Netflix/metaflow/releases/tag/2.8.3#features.1alert-florist-32940
05/02/2023, 4:23 PMvictorious-lawyer-58417
05/02/2023, 4:24 PMmetaflow.S3 - which now works seamlessly with tmpfs if you enable it - can be (much) faster than loading from local disk / EBSvictorious-lawyer-58417
05/02/2023, 4:25 PMmetaflow.S3.get_many (you need enough parallel files to download to really benefit from it)alert-florist-32940
05/02/2023, 4:27 PMalert-florist-32940
05/02/2023, 4:28 PMvictorious-lawyer-58417
05/02/2023, 4:28 PM