Fix overlapping tags in Fabric docs on small screens (#19692)

This commit is contained in:
Jude Idoko 2024-03-27 01:04:37 +01:00 committed by GitHub
parent 8b378f0748
commit b0782ad788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ Examples
:description: Train an image classifier on the MNIST dataset
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/image_classifier
:col_css: col-md-4
:height: 150
:height: 200
:tag: basic
.. displayitem::
@ -20,7 +20,7 @@ Examples
:description: A simple language model that learns to predict the next word in a sentence
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/language_model
:col_css: col-md-4
:height: 150
:height: 200
:tag: basic
.. displayitem::
@ -28,7 +28,7 @@ Examples
:description: Train a GAN that generates realistic human faces
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/dcgan
:col_css: col-md-4
:height: 150
:height: 200
:tag: intermediate
.. displayitem::
@ -36,7 +36,7 @@ Examples
:description: Distributed training with the MAML algorithm on the Omniglot and MiniImagenet datasets
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/meta_learning
:col_css: col-md-4
:height: 150
:height: 200
:tag: intermediate
.. displayitem::
@ -44,7 +44,7 @@ Examples
:description: Pretrain a large language model (LLM)
:button_link: https://github.com/Lightning-AI/litgpt/blob/main/tutorials/pretrain_tinyllama.md
:col_css: col-md-4
:height: 150
:height: 200
:tag: advanced
.. displayitem::
@ -52,7 +52,7 @@ Examples
:description: Implementation of the Proximal Policy Optimization (PPO) algorithm with multi-GPU support
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/reinforcement_learning
:col_css: col-md-4
:height: 150
:height: 200
:tag: intermediate
.. displayitem::
@ -60,14 +60,14 @@ Examples
:description: Cross validation helps you estimate the generalization error of a model and select the best one.
:button_link: https://github.com/Lightning-AI/lightning/tree/master/examples/fabric/kfold_cv
:col_css: col-md-4
:height: 150
:height: 200
:tag: intermediate
.. displayitem::
:header: Active Learning
:description: Coming soon
:col_css: col-md-4
:height: 150
:height: 200
:tag: intermediate