whisper : add large-v3-turbo (#2440)

This commit is contained in:
Georgi Gerganov
2024-10-01 15:57:06 +03:00
committed by GitHub
parent 8feb375fbd
commit 2ef717b293
16 changed files with 39 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large-v2" "large-v3" )
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large-v2" "large-v3" "large-v3-turbo" )
for model in "${models[@]}"; do
python3 models/convert-pt-to-ggml.py ~/.cache/whisper/$model.pt ../whisper models/