Remove outdated "optimized installation" section from docs (#19057)
This commit is contained in:
parent
58c905b940
commit
bf54a1de77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue