From 6d0d13461bc1d8989878a16fc3c5e87e4a0da8b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 13:39:25 +0000 Subject: [PATCH] pre-commit: running and fixing... --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f57676f39a..d3d325a155 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,13 @@ ______________________________________________________________________ - - # Welcome to ⚡ Lightning Thunder -**Thunder makes PyTorch models Lightning fast.** +**Thunder makes PyTorch models Lightning fast.** -Thunder is a source-to-source compiler for PyTorch. It makes PyTorch programs faster by combining and using different hardware executors at once (ie: nvFuser, torch.compile, cuDNN, and TransformerEngine FP8). +Thunder is a source-to-source compiler for PyTorch. It makes PyTorch programs faster by combining and using different hardware executors at once (ie: nvFuser, torch.compile, cuDNN, and TransformerEngine FP8). -Works on single accelerators and in multi-GPU settings. +Works on single accelerators and in multi-GPU settings. Thunder aims to be usable, understandable, and extensible. ## Performance @@ -69,6 +67,7 @@ pip install --pre 'nvfuser-cu121[torch]' --extra-index-url https://pypi.nvidia.c # install thunder pip install lightning-thunder ``` +
Advanced install options @@ -80,11 +79,13 @@ pip install git+https://github.com/Lightning-AI/lightning-thunder.git ``` ### Install to tinker and contribute + Install this way to tinker with the internals and contribute: ```bash pip install -e . ``` +