File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pandocfilters==1.5.1
16
16
markdown == 3.8.2
17
17
18
18
# 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
20
20
21
21
# Tutorial dependencies
22
22
tqdm == 4.66.1
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ sudo apt-get install -y pandoc
27
27
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
28
28
# pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
29
29
# 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
32
31
33
32
awsv2 -i
34
33
awsv2 configure set default.s3.multipart_threshold 5120MB
You can’t perform that action at this time.
0 commit comments