Skip to content

Commit c320480

Browse files
author
Jessica Lin
authored
Download weights for dynamic_quantization_bert_tutorial.py
1 parent 9ac5435 commit c320480

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ download:
9696
# Download dataset for advanced_source/static_quantization_tutorial.py
9797
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
9898
unzip -q -o $(DATADIR)/imagenet_1k.zip -d advanced_source/data/
99+
100+
# Download weights for intermediate_source/dynamic_quantization_bert_tutorial.py
101+
wget -N https://download.pytorch.org/tutorial/MRPC.zip -P $(DATADIR)
102+
unzip -q -o $(DATADIR)/MRPC.zip -d intermediate_source/data/
99103

100104

101105
docs:

0 commit comments

Comments
 (0)