We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting about 4x slower inference with version 1.0.0 compared to 0.10.0.
I used a 1 min 17 sec sample file, run on an A10G GPU
Before: Finished transcribing, took 5.043 seconds. Detected language: en
Finished transcribing, took 5.043 seconds. Detected language: en
Now: Finished transcribing, took 21.936 seconds. Detected language: en
Finished transcribing, took 21.936 seconds. Detected language: en
I did not change my config other than upgrading to 1.0.0
Only seems to happen on very short files, tested a 25 min file that transcribed at the same speed as before.
Any ideas?
The text was updated successfully, but these errors were encountered:
@thomasmol , hello. Can you check this PR and rerun your tests ?
Sorry, something went wrong.
That fixes it! Finished transcribing, took 5.1937 seconds. Detected language: en back to normal
Finished transcribing, took 5.1937 seconds. Detected language: en
No branches or pull requests
I am getting about 4x slower inference with version 1.0.0 compared to 0.10.0.
I used a 1 min 17 sec sample file, run on an A10G GPU
Before:
Finished transcribing, took 5.043 seconds. Detected language: en
Now:
Finished transcribing, took 21.936 seconds. Detected language: en
I did not change my config other than upgrading to 1.0.0
Only seems to happen on very short files, tested a 25 min file that transcribed at the same speed as before.
Any ideas?
The text was updated successfully, but these errors were encountered: