Skip to content

Commit

Permalink
Update README.md (PABannier#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtatsch committed Aug 13, 2023
1 parent d14120d commit e1d40fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ python3 download_weights.py --download-dir ./models
python3 -m pip install -r requirements.txt

# convert the model to ggml format
python convert.py \
python3 convert.py \
--dir-model ./models \
--codec-path ./models \
--vocab-path ./models \
--out-dir ./ggml_weights/

# run the inference
./main -m ./models/ggml_weights/ -p "this is an audio"
./main -m ./ggml_weights/ -p "this is an audio"
```

### Seminal papers and background on models
Expand Down

0 comments on commit e1d40fe

Please sign in to comment.