Skip to content

Commit 8620b19

Browse files
authored
Merge branch 'main' into update_seq2seq_tutorial
2 parents bc18467 + 6b750ab commit 8620b19

File tree

60 files changed

+1111
-5587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1111
-5587
lines changed

.ci/docker/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ pandocfilters==1.5.1
1616
markdown==3.8.2
1717

1818
# PyTorch Theme
19-
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@67aa61448e33cae9a345e012be355f8030d3c4f5#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
2323
numpy==1.24.4
2424
matplotlib
2525
librosa
26-
torch==2.8
26+
torch==2.9
2727
torchvision
2828
torchdata
2929
networkx

.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

.lintrunner.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ exclude_patterns = [
1818
"advanced_source/privateuseone.rst",
1919
"advanced_source/semi_structured_sparse.py",
2020
"advanced_source/sharding.rst",
21-
"advanced_source/static_quantization_tutorial.rst",
2221
"advanced_source/torch_script_custom_classes/custom_class_project/custom_test.py",
2322
"advanced_source/transformer__timeseries_cpp_tutorial/transformer_timeseries.cpp",
2423
"advanced_source/usb_semisup_learn.py",
@@ -63,20 +62,17 @@ exclude_patterns = [
6362
"intermediate_source/pruning_tutorial.py",
6463
"intermediate_source/reinforcement_q_learning.py",
6564
"intermediate_source/tensorboard_profiler_tutorial.py",
66-
"intermediate_source/tiatoolbox_tutorial.rst",
6765
"intermediate_source/torch_compile_tutorial.py",
6866
"intermediate_source/transformer_building_blocks.py",
6967
"unstable_source/README.md",
7068
"unstable_source/README.txt",
71-
"unstable_source/backend_config_tutorial.rst",
7269
"unstable_source/gpu_direct_storage.py",
7370
"unstable_source/inductor_cpp_wrapper_tutorial.rst",
7471
"unstable_source/inductor_windows.rst",
7572
"unstable_source/maskedtensor_advanced_semantics.py",
7673
"unstable_source/max_autotune_on_CPU_tutorial.rst",
7774
"unstable_source/vmap_recipe.py",
7875
"recipes_source/README.txt",
79-
"recipes_source/amx.rst",
8076
"recipes_source/compiling_optimizer.rst",
8177
"recipes_source/compiling_optimizer_lr_scheduler.py",
8278
"recipes_source/distributed_optim_torchscript.rst",
@@ -205,7 +201,6 @@ exclude_patterns=[
205201
"intermediate_source/forced_alignment_with_torchaudio_tutorial.rst",
206202
"intermediate_source/nlp_from_scratch_index.rst",
207203
"intermediate_source/pipeline_tutorial.rst",
208-
"intermediate_source/tiatoolbox_tutorial.rst",
209204
"recipes_source/README.txt",
210205
"recipes_source/script_optimized.rst",
211206
"recipes_source/torch_compile_caching_configuration_tutorial.rst",
-103 KB
Binary file not shown.
-28.7 KB
Binary file not shown.
-726 KB
Binary file not shown.
-475 KB
Binary file not shown.
-475 KB
Binary file not shown.
-714 KB
Binary file not shown.

_static/tiatoolbox_tutorial.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)