Skip to content

Commit ea72ae6

Browse files
authored
Merge branch 'main' into jafraustro/ensembling_tutorial
2 parents a997600 + 6f77287 commit ea72ae6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pandocfilters==1.5.1
1616
markdown==3.8.2
1717

1818
# PyTorch Theme
19-
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@c2e38b37f3c432c610639f06d1d421c6df4c225c#egg=pytorch_sphinx_theme2
19+
git+https://github.com/pytorch/pytorch_sphinx_theme.git@bbe196cbc5037d69d89ad1bf079e2afa3b3e9611#egg=pytorch_sphinx_theme2
2020

2121
# Tutorial dependencies
2222
tqdm==4.66.1

.jenkins/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ sudo apt-get install -y pandoc
2727
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
2828
# pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
2929
# Install two language tokenizers for Translation with TorchText tutorial
30-
python -m spacy download en_core_web_sm
31-
python -m spacy download de_core_news_sm
30+
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
3231

3332
awsv2 -i
3433
awsv2 configure set default.s3.multipart_threshold 5120MB

0 commit comments

Comments
 (0)