diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:13:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:13:31 +0200 |
commit | 7cdfb62c94d3cad808bfaf198272bcfb66734711 (patch) | |
tree | e47ce6811cf6a10c87093750a8bd289139e9c49f | |
parent | d63b7494cf27dec09896a0b5f18b2250f172609b (diff) |
Add install to Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ generate: poetry run extract-iam-text --use_words --save_text train.txt --save_tokens letters.txt poetry run make-wordpieces --output_prefix iamdb_1kwp --text_file train.txt --num_pieces 1000 -.PHONY: download generate +.PHONY: install download generate |