From e9937476a2c54f764e786a97f00f0f4baff74919 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Mar 2023 08:39:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8e7b15c7..0bf2362874 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ with tempfile.NamedTemporaryFile(suffix=".onnx", delete=False) as tmpfile: # Lightning Fabric: Expert control. -Run on any device with Fabric with expert-level PyTorch control for scaling foundation models or writing your own Trainer. +Run on any device at any scale with expert-level control over PyTorch training loop and scaling strategy. You can even write your own Trainer. Fabric is designed for the most complex models like foundation model scaling, LLMs, diffussion, transformers, reinforcement learning, active learning.