Skip to content

Results Differ When Running with whisper-cli and whisper-server #3053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thangpnb opened this issue Apr 15, 2025 · 0 comments
Open

Results Differ When Running with whisper-cli and whisper-server #3053

thangpnb opened this issue Apr 15, 2025 · 0 comments

Comments

@thangpnb
Copy link

thangpnb commented Apr 15, 2025

I'm running whisper-cli and whisper-server simultaneously with, the same model ggml-model-q5_0.bin, the same WAV file recording_174.wav and the same --language vi parameter. Why do they produce different results?

  1. Run whisper-cli with command:
    ./build/bin/whisper-cli -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin /home/twinb/Downloads/recording_174.wav -l vi
    Result:
    tôi muốn học đại học
    => True result
  2. Run whisper-server with command:
    ./build/bin/whisper-server -m /mnt/sdb2/DATASET_S2S/pretrained_models/whisper4/ggml-model-q5_0.bin -l vi
    and curl:
    curl 127.0.0.1:8080/inference -H "Content-Type: multipart/form-data" -F file="/home/twinb/Downloads/recording_174.wav"
    Result:
    chuyển sang đại học
    => False result

I test many files and the result with whisper-cli is True and the result with whisper-server is False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant