How can I use only OSS in Pytorch lightning? #14105
Unanswered
CD21a
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment 1 reply
-
Hi trainer = Trainer(accelerator="gpu", devices=4, strategy="deepspeed_stage_1", precision=16) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I wanna use only OSS (zero1) in pytorch lightning, but pytorch lightning only support OSS + SDP (zero2).
How can i use only OSS?
Beta Was this translation helpful? Give feedback.
All reactions