Update README.md (#72)

This commit is contained in:
jmtatsch 2023-08-13 13:27:55 +02:00 committed by GitHub
parent d14120d347
commit e1d40fec91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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