Skip to content

Commit b0782ad

Browse files
authored
Fix overlapping tags in Fabric docs on small screens (#19692)
1 parent 8b378f0 commit b0782ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source-fabric/examples/index.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,62 +12,62 @@ Examples
1212
:description: Train an image classifier on the MNIST dataset
1313
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/image_classifier
1414
:col_css: col-md-4
15-
:height: 150
15+
:height: 200
1616
:tag: basic
1717

1818
.. displayitem::
1919
:header: Transformer Language Model
2020
:description: A simple language model that learns to predict the next word in a sentence
2121
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/language_model
2222
:col_css: col-md-4
23-
:height: 150
23+
:height: 200
2424
:tag: basic
2525

2626
.. displayitem::
2727
:header: GAN
2828
:description: Train a GAN that generates realistic human faces
2929
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/dcgan
3030
:col_css: col-md-4
31-
:height: 150
31+
:height: 200
3232
:tag: intermediate
3333

3434
.. displayitem::
3535
:header: Meta-Learning
3636
:description: Distributed training with the MAML algorithm on the Omniglot and MiniImagenet datasets
3737
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/meta_learning
3838
:col_css: col-md-4
39-
:height: 150
39+
:height: 200
4040
:tag: intermediate
4141

4242
.. displayitem::
4343
:header: Large Language Models
4444
:description: Pretrain a large language model (LLM)
4545
:button_link: https://github.com/Lightning-AI/litgpt/blob/main/tutorials/pretrain_tinyllama.md
4646
:col_css: col-md-4
47-
:height: 150
47+
:height: 200
4848
:tag: advanced
4949

5050
.. displayitem::
5151
:header: Reinforcement Learning
5252
:description: Implementation of the Proximal Policy Optimization (PPO) algorithm with multi-GPU support
5353
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/reinforcement_learning
5454
:col_css: col-md-4
55-
:height: 150
55+
:height: 200
5656
:tag: intermediate
5757

5858
.. displayitem::
5959
:header: K-Fold Cross Validation
6060
:description: Cross validation helps you estimate the generalization error of a model and select the best one.
6161
:button_link: https://github.com/Lightning-AI/lightning/tree/master/examples/fabric/kfold_cv
6262
:col_css: col-md-4
63-
:height: 150
63+
:height: 200
6464
:tag: intermediate
6565

6666
.. displayitem::
6767
:header: Active Learning
6868
:description: Coming soon
6969
:col_css: col-md-4
70-
:height: 150
70+
:height: 200
7171
:tag: intermediate
7272

7373

0 commit comments

Comments
 (0)