We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da87f45 commit d958639Copy full SHA for d958639
src/lightning/__about__.py
@@ -21,9 +21,7 @@
21
__homepage__ = "https://github.com/Lightning-AI/lightning"
22
__docs_url__ = "https://lightning.ai/docs/pytorch/stable/"
23
# this has to be simple string, see: https://github.com/pypa/twine/issues/522
24
-__docs__ = (
25
- "Use Lightning Apps to build everything from production-ready, multi-cloud ML systems to simple research demos."
26
-)
+__docs__ = "The Deep Learning framework to train, deploy, and ship AI products Lightning fast."
27
__long_doc__ = """
28
What is it?
29
-----------
0 commit comments