File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
docs/source-pytorch/common Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7575 pip list
7676 displayName: "Image info & NVIDIA"
7777
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
7981 env:
8082 FREEZE_REQUIREMENTS: "1"
8183 displayName: "Install package"
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107107 - bash : |
108108 extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
109109 pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
110+ pip install setuptools==75.6.0
110111 displayName: "Install package & dependencies"
111112
112113 - bash : |
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111 - bash : |
112112 extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
113113 pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
114+ pip install setuptools==75.6.0
114115 displayName: "Install package & dependencies"
115116
116117 - bash : pip uninstall -y lightning
Original file line number Diff line number Diff line change 2323 ../data/data
2424 ../model/own_your_loop
2525 ../advanced/model_init
26+ ../common/tbptt
2627
2728
2829#############
@@ -205,7 +206,7 @@ How-to Guides
205206.. displayitem ::
206207 :header: Truncated Back-Propagation Through Time
207208 :description: Efficiently step through time when training recurrent models
208- :button_link: ../common/tbtt .html
209+ :button_link: ../common/tbptt .html
209210 :col_css: col-md-4
210211 :height: 180
211212
You can’t perform that action at this time.
0 commit comments