Skip to content

Commit

Permalink
[App] Resolve multi-node cloud bug (#15619)
Browse files Browse the repository at this point in the history
update

(cherry picked from commit 47314ea)
  • Loading branch information
tchaton authored and Borda committed Nov 10, 2022
1 parent f9792bd commit bd35173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app_multi_node/train_lite.py
Expand Up @@ -9,7 +9,7 @@ class LitePyTorchDistributed(L.LightningWork):
@staticmethod
def run():
# 1. Create LightningLite.
lite = LightningLite(strategy="ddp", precision="bf16")
lite = LightningLite(strategy="ddp", precision=16)

# 2. Prepare distributed model and optimizer.
model = torch.nn.Linear(32, 2)
Expand Down

0 comments on commit bd35173

Please sign in to comment.