Skip to content

Commit

Permalink
Fix typo in prepare-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koernerfelicia committed Jan 21, 2021
1 parent 77bc77a commit 36808db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ endif
prepare-transformers:
CACHE_DIR=$(HOME)/.cache/torch/transformers;\
mkdir -p "$$CACHE_DIR";\
while read URL; do read -r CACHE_FILE; wget $$URL -O $$CACHE_DIR/$$CACHE_FILE; done < "data/hf_transformers_models.txt"
while read URL; do read -r CACHE_FILE; wget $$URL -O $$CACHE_DIR/$$CACHE_FILE; done < "data/test/hf_transformers_models.txt"

prepare-tests-files: prepare-spacy prepare-mitie prepare-transformers

Expand Down

0 comments on commit 36808db

Please sign in to comment.