Accelerator .prepare() replaces custom DataLoader Sampler

Hi @muellerzr

I wanted to use a custom sampler with my dataloader. Will the sampler behaviour remain the same after passing through accelerate.prepare() ? Or will it be changed to a SequentialSampler() ?