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
1616markdown == 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
2222tqdm == 4.66.1
Original file line number Diff line number Diff 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
3332awsv2 -i
3433awsv2 configure set default.s3.multipart_threshold 5120MB
You can’t perform that action at this time.
0 commit comments