Closed qic999 closed 6 months ago
We actually use FSDP for CLIP training, so the command is:
accelerate launch --use_fsdp run_train.py
However, it should theoretically work without FSDP, though I am not sure whether it would fit in the GPU memory. We did not use any config for Accelerate.
Thanks for your quick response!
Hi @qic999, please see #16 if you use fsdp.
Hi, thank you for your excellent work again! I would like to ask if the command for multi-GPU training is also
accelerate launch run_train.py
? And do you use a config for multi-GPU training?