Skip to content

Commit

Permalink
MNT: Fix vocab path in readme (PABannier#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 21, 2023
1 parent 42fa41e commit d1afa34
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 @@ -185,7 +185,7 @@ python3 download_weights.py --download-dir ./models
python3 convert.py \
--dir-model ./models \
--codec-path ./models \
--vocab-path ./models \
--vocab-path ./ggml_weights/ \
--out-dir ./ggml_weights/

# run the inference
Expand Down

0 comments on commit d1afa34

Please sign in to comment.