Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03b7514

Browse files
author
Jessica Lin
authored
Remove the download for MRPC.zip
1 parent 4909919 commit 03b7514

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ download:
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/
9999

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/
103-
104100

105101
docs:
106102
make download

0 commit comments

Comments
 (0)