DataParallel with Accelerate

Can DataParallel be used over DistributedDataParallel in Accelerate?

I have a problem with DistributedDataParallel and NCCL, so can only run NCCL with DataParallel, or use Gloo over NCCL in DistributedDataParallel (which I know I can with KwargsHandlers).