File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,6 @@ download:
61
61
wget -nv -N https://s3.amazonaws.com/pytorch-tutorial-assets/cornell_movie_dialogs_corpus_v2.zip -P $(DATADIR)
62
62
unzip $(ZIPOPTS) $(DATADIR)/cornell_movie_dialogs_corpus_v2.zip -d beginner_source/data/
63
63
64
- # Download dataset for beginner_source/audio_classifier_tutorial.py
65
- wget -nv -N https://s3.amazonaws.com/pytorch-tutorial-assets/UrbanSound8K.tar.gz -P $(DATADIR)
66
- tar $(TAROPTS) -xzf $(DATADIR)/UrbanSound8K.tar.gz -C ./beginner_source/data/
67
-
68
-
69
64
# Download model for advanced_source/dynamic_quantization_tutorial.py
70
65
wget -nv -N https://s3.amazonaws.com/pytorch-tutorial-assets/word_language_model_quantize.pth -P $(DATADIR)
71
66
cp $(DATADIR)/word_language_model_quantize.pth advanced_source/data/word_language_model_quantize.pth
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ librosa
13
13
torch
14
14
torchvision
15
15
torchtext
16
- torchaudio
17
16
torchdata
18
17
networkx
19
18
PyHamcrest
@@ -32,7 +31,6 @@ nbformat>=4.2.0
32
31
datasets
33
32
transformers
34
33
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
35
- deep_phonemizer == 0.0.17
36
34
37
35
importlib-metadata == 6.8.0
38
36
You can’t perform that action at this time.
0 commit comments