We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e540c commit e6249b2Copy full SHA for e6249b2
Makefile
@@ -90,7 +90,7 @@ download:
90
cp $(DATADIR)/word_language_model_quantize.pth advanced_source/data/word_language_model_quantize.pth
91
92
# Download data for advanced_source/dynamic_quantization_tutorial.py
93
- wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/wikitext-2-v1.zip -P $(DATADIR)
+ wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/wikitext-2.zip -P $(DATADIR)
94
unzip $(ZIPOPTS) $(DATADIR)/wikitext-2.zip -d advanced_source/data/
95
96
# Download model for advanced_source/static_quantization_tutorial.py
0 commit comments