Skip to content

Commit

Permalink
Fixed CLI option for vocabulary path (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
georg3tom authored Sep 7, 2023
1 parent c5d1bcf commit 6b13133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ command-line usage and testing respectively.
build/bin/slimt \
--root <path/to/folder> \
--model </relative/path/to/model> \
--vocab </relative/path/to/vocab> \
--vocabulary </relative/path/to/vocab> \
--shortlist </relative/path/to/shortlist>

build/slimt_test <test-name>
Expand Down

0 comments on commit 6b13133

Please sign in to comment.