Skip to content

Commit e6249b2

Browse files
authored
Fix broken url
1 parent e1e540c commit e6249b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ download:
9090
cp $(DATADIR)/word_language_model_quantize.pth advanced_source/data/word_language_model_quantize.pth
9191

9292
# 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)
93+
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/wikitext-2.zip -P $(DATADIR)
9494
unzip $(ZIPOPTS) $(DATADIR)/wikitext-2.zip -d advanced_source/data/
9595

9696
# Download model for advanced_source/static_quantization_tutorial.py

0 commit comments

Comments
 (0)