Asynchronous implementation #692
Answered
by
trungkienbkhn
captainyugi00
asked this question in
Q&A
-
Hello there, I was wondering if it's possible to use faster-whisper with async. I have not been trying by myself because I wanted to get a response from this before starting my implementation. Does anyone know if this is possible and/or is in the works? |
Beta Was this translation helpful? Give feedback.
Answered by
trungkienbkhn
Feb 27, 2024
Replies: 1 comment 2 replies
-
@captainyugi00 , hello. Yes, it is completely possible. Below is workflow in my test:
If you want to check the request status, simply create an api to query into db via request_id |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
captainyugi00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@captainyugi00 , hello. Yes, it is completely possible. Below is workflow in my test:
Status of request included: queued => running => completed (or failed)
If you want to check the request status, simply create an api to query into db via request_id