Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Nov 24, 2022
1 parent f162e96 commit 0725439
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lightning_app/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from lightning_app.components.database.client import DatabaseClient
from lightning_app.components.database.server import Database
from lightning_app.components.load_balancer import LoadBalancer
from lightning_app.components.multi_node import (
LightningTrainerMultiNode,
LiteMultiNode,
Expand Down Expand Up @@ -32,4 +33,5 @@
"PyTorchLightningScriptRunner",
"PyTorchSpawnMultiNode",
"LightningTrainerMultiNode",
"LoadBalancer",
]
Loading

0 comments on commit 0725439

Please sign in to comment.