I'm using model adapters, where each query might require one of
thousands of adapters. I don't want to copy all the adapters to my
endpoint, but rather have the ability to download them at inference
time. I'm looking for a faster storage solution tha...