diff --git a/doc/source/ray-libraries.rst b/doc/source/ray-libraries.rst index 3a0f2d867..604e680be 100644 --- a/doc/source/ray-libraries.rst +++ b/doc/source/ray-libraries.rst @@ -46,8 +46,14 @@ Hugging Face Transformers |hugging| State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0. +It integrates with Ray for distributed hyperparameter tuning of transformer models: + [`Link to integration `__] +As well as for distributed document retrieval for Retrieval Augmented Generation Models + +[`Link to integration `__] + Intel Analytics Zoo |zoo| ------------------------- @@ -82,6 +88,13 @@ PyCaret is an open source low-code machine learning library in Python that aims GitHub: `https://github.com/pycaret/pycaret `_ +PyTorch Lightning |ptl| +----------------------- + +PyTorch Lightning is a popular open-source library that provides a high level interface for PyTorch. The goal of PyTorch Lightning is to structure your PyTorch code to abstract the details of training, making AI research scalable and fast to iterate on. + +[`Link to integration `__] + RayDP |raydp| ------------- @@ -151,6 +164,10 @@ XGBoost is a popular gradient boosting library for classification and regression :class: inline-figure :height: 30 +.. |ptl| image:: images/pytorch_lightning_small.png + :class: inline-figure + :height: 30 + .. |raydp| image:: images/intel.png :class: inline-figure :height: 30