Skip to content

Commit 3cbefde

Browse files
committed
tc
1 parent bfbac4a commit 3cbefde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci/docker/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Refer to ./jenkins/build.sh for tutorial build instructions
33

44
sphinx==5.3.0
5-
sphinx-gallery==0.11.1
5+
sphinx-gallery==0.17.1
66
sphinx-reredirects==0.1.4
77
sphinx-design==0.4.0
88
docutils==0.16
@@ -31,7 +31,8 @@ pytorch-lightning
3131
torchx
3232
torchrl==0.7.2
3333
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
3536
nbformat>=5.9.2
3637
datasets
3738
transformers

.jenkins/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1515
# Install pandoc (does not install from pypi)
1616
sudo apt-get update
1717
sudo apt-get install -y pandoc
18-
pip install sphinx-gallery==0.17.1
1918

2019
# NS: Path to python runtime should already be part of docker container
2120
# export PATH=/opt/conda/bin:$PATH

advanced_source/python_custom_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Example: Wrapping PIL's crop into a custom operator
4646
# ------------------------------------
4747
# Let's say that we are using PIL's ``crop`` operation.
48-
48+
raise RuntimeError("nope")
4949
import torch
5050
from torchvision.transforms.functional import to_pil_image, pil_to_tensor
5151
import PIL

0 commit comments

Comments
 (0)