Skip to content

Commit 069e798

Browse files
authored
Merge branch 'master' into dependabot-github_actions-Lightning-AI-utilities-0.15.0
2 parents e8ca497 + d656576 commit 069e798

File tree

12 files changed

+21
-13
lines changed

12 files changed

+21
-13
lines changed

docs/source-fabric/advanced/model_parallel/tp_fsdp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The :doc:`Tensor Parallelism documentation <tp>` and a general understanding of
99

1010
.. raw:: html
1111

12-
<a target="_blank" href="https://lightning.ai/lightning-ai/studios/tensor-parallelism-supercharging-large-model-training-with-lightning-fabric">
12+
<a target="_blank" href="https://lightning.ai/lightning-ai/studios/pretrain-an-llm-with-pytorch-lightning">
1313
<img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio" style="width: auto; max-width: none;"/>
1414
</a>
1515

docs/source-pytorch/advanced/model_parallel/tp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This method is most effective for models with very large layers, significantly e
88

99
.. raw:: html
1010

11-
<a target="_blank" href="https://lightning.ai/lightning-ai/studios/tensor-parallelism-supercharging-large-model-training-with-pytorch-lightning">
11+
<a target="_blank" href="https://lightning.ai/lightning-ai/studios/pretrain-an-llm-with-pytorch-lightning">
1212
<img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio" style="width: auto; max-width: none;"/>
1313
</a>
1414

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools <80.9.1
22
wheel <0.46.0
3-
awscli >=1.30.0, <1.42.0
3+
awscli >=1.30.0, <1.43.0
44
twine ==6.1.0
55
importlib-metadata <9.0.0
66
wget

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ myst-parser >=0.18.1, <4.0.0
33
nbsphinx >=0.8.5, <=0.9.7
44
nbconvert >7.14, <7.17
55
pandoc >=1.0, <=2.4
6-
docutils>=0.18.1,<=0.19
6+
docutils>=0.18.1,<=0.22
77
sphinxcontrib-fulltoc >=1.0, <=1.2.0
88
sphinxcontrib-mockautodoc
99
sphinx-autobuild
@@ -17,7 +17,7 @@ sphinx-rtd-dark-mode
1717
sphinxcontrib-video ==0.4.1
1818
jinja2 <3.2.0
1919

20-
lightning-utilities >=0.11.1, <0.15.0
20+
lightning-utilities >=0.11.1, <0.16.0
2121

2222
# installed from S3 location and fetched in advance
2323
lai-sphinx-theme

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ torch >=2.1.0, <2.8.0
55
fsspec[http] >=2022.5.0, <2025.8.0
66
packaging >=20.0, <=25.0
77
typing-extensions >=4.5.0, <4.15.0
8-
lightning-utilities >=0.10.0, <0.15.0
8+
lightning-utilities >=0.10.0, <0.16.0

requirements/fabric/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
torchvision >=0.16.0, <0.23.0
5-
torchmetrics >=0.10.0, <1.8.0
5+
torchmetrics >=0.10.0, <1.9.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.9.2
1+
coverage ==7.10.2
22
numpy >=1.17.2, <1.27.0
33
pytest ==8.4.1
44
pytest-cov ==6.2.1

requirements/pytorch/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ torch >=2.1.0, <=2.8.0
55
tqdm >=4.57.0, <4.68.0
66
PyYAML >5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.8.0
8-
torchmetrics >0.7.0, <1.8.0
8+
torchmetrics >0.7.0, <1.9.0
99
packaging >=20.0, <=25.0
1010
typing-extensions >=4.5.0, <4.15.0
11-
lightning-utilities >=0.10.0, <0.15.0
11+
lightning-utilities >=0.10.0, <0.16.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
requests <2.33.0
55
torchvision >=0.16.0, <0.23.0
66
ipython[all] <8.19.0
7-
torchmetrics >=0.10.0, <1.8.0
7+
torchmetrics >=0.10.0, <1.9.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.9.2
1+
coverage ==7.10.2
22
pytest ==8.4.1
33
pytest-cov ==6.2.1
44
pytest-timeout ==2.4.0

0 commit comments

Comments
 (0)