diff --git a/README.rst b/README.rst index 9cdab3ef4..1d228b1a7 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Tune Quick Start `Tune`_ is a library for hyperparameter tuning at any scale. - Launch a multi-node distributed hyperparameter sweep in less than 10 lines of code. -- Supports any deep learning framework, including PyTorch, TensorFlow, and Keras. +- Supports any deep learning framework, including PyTorch, `PyTorch Lightning `_, TensorFlow, and Keras. - Visualize results with `TensorBoard `__. - Choose among scalable SOTA algorithms such as `Population Based Training (PBT)`_, `Vizier's Median Stopping Rule`_, `HyperBand/ASHA`_. - Tune integrates with many optimization libraries such as `Facebook Ax `_, `HyperOpt `_, and `Bayesian Optimization `_ and enables you to scale them transparently.