Commit 030f36b 1 parent 5495204 commit 030f36b Copy full SHA for 030f36b
File tree 4 files changed +7
-2
lines changed
docs/source-pytorch/common
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 75
75
pip list
76
76
displayName: "Image info & NVIDIA"
77
77
78
- - bash : pip install -e .[dev] --find-links ${TORCH_URL}
78
+ - bash : |
79
+ pip install -e .[dev] --find-links ${TORCH_URL}
80
+ pip install setuptools==75.6.0
79
81
env:
80
82
FREEZE_REQUIREMENTS: "1"
81
83
displayName: "Install package"
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107
107
- bash : |
108
108
extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
109
109
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
110
+ pip install setuptools==75.6.0
110
111
displayName: "Install package & dependencies"
111
112
112
113
- bash : |
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111
111
- bash : |
112
112
extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
113
113
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
114
+ pip install setuptools==75.6.0
114
115
displayName: "Install package & dependencies"
115
116
116
117
- bash : pip uninstall -y lightning
Original file line number Diff line number Diff line change 23
23
../data/data
24
24
../model/own_your_loop
25
25
../advanced/model_init
26
+ ../common/tbptt
26
27
27
28
28
29
#############
@@ -205,7 +206,7 @@ How-to Guides
205
206
.. displayitem ::
206
207
:header: Truncated Back-Propagation Through Time
207
208
:description: Efficiently step through time when training recurrent models
208
- :button_link: ../common/tbtt .html
209
+ :button_link: ../common/tbptt .html
209
210
:col_css: col-md-4
210
211
:height: 180
211
212
You can’t perform that action at this time.
0 commit comments