From bf54a1de776c2fb4b6773349010cc42f516e0cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Thu, 23 Nov 2023 15:58:48 +0100 Subject: [PATCH] Remove outdated "optimized installation" section from docs (#19057) --- docs/source-pytorch/starter/installation.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/source-pytorch/starter/installation.rst b/docs/source-pytorch/starter/installation.rst index 4c7786c240..ee513918f8 100644 --- a/docs/source-pytorch/starter/installation.rst +++ b/docs/source-pytorch/starter/installation.rst @@ -61,16 +61,7 @@ Install future patch releases from the source. Note that the patch release conta pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/stable.zip -U ----- -******************************* -Optimized for model development -******************************* -If you are deploying models built with Lightning in production and require few dependencies, try using the optimized `lightning[pytorch]` package: - -.. code-block:: bash - - pip install lightning ^^^^^^^^^^^^^^^^^^^^^^ Custom PyTorch Version