MetaFormer
MetaFormer copied to clipboard
About running on one GPU
I have only one GPU. I have set local_rank=-1 ,but failed to run the code. What do I need to revise to successfully run on one GPU?
you can try "python3 -m torch.distributed.launch --nproc_per_node 1"?