File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Refer to ./jenkins/build.sh for tutorial build instructions
3
3
4
4
sphinx == 5.3.0
5
- sphinx-gallery == 0.11 .1
5
+ sphinx-gallery == 0.17 .1
6
6
sphinx-reredirects == 0.1.4
7
7
sphinx-design == 0.4.0
8
8
docutils == 0.16
@@ -31,7 +31,8 @@ pytorch-lightning
31
31
torchx
32
32
torchrl == 0.7.2
33
33
tensordict == 0.7.2
34
- ax-platform >= 0.4.0
34
+ # For ax_multiobjective_nas_tutorial.py
35
+ ax-platform >= 0.4.0 ,< 0.5.0
35
36
nbformat >= 5.9.2
36
37
datasets
37
38
transformers
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
15
15
# Install pandoc (does not install from pypi)
16
16
sudo apt-get update
17
17
sudo apt-get install -y pandoc
18
- pip install sphinx-gallery==0.17.1
19
18
20
19
# NS: Path to python runtime should already be part of docker container
21
20
# export PATH=/opt/conda/bin:$PATH
Original file line number Diff line number Diff line change 45
45
# Example: Wrapping PIL's crop into a custom operator
46
46
# ------------------------------------
47
47
# Let's say that we are using PIL's ``crop`` operation.
48
-
48
+ raise RuntimeError ( "nope" )
49
49
import torch
50
50
from torchvision .transforms .functional import to_pil_image , pil_to_tensor
51
51
import PIL
You can’t perform that action at this time.
0 commit comments