srimanthd
RRunPod
•Created by bart on 10/18/2024 in #⚡|serverless
Asynchronous serverless endpoint failing with 400 Bad Request
Ah, might be unrelated then.
https://github.com/runpod-workers/worker-faster_whisper/blob/main/src/rp_schema.py
This file has the allowed inputs. I was passing an additional input prop called "type": "speech_to_text" and then I got the erorr.
53 replies
RRunPod
•Created by bart on 10/18/2024 in #⚡|serverless
Asynchronous serverless endpoint failing with 400 Bad Request
@xnorcode are you using whisper endpoint too?
53 replies
RRunPod
•Created by bart on 10/18/2024 in #⚡|serverless
Asynchronous serverless endpoint failing with 400 Bad Request
I solved it. It was the runpod whisper template endpoint schema validation failing. I was passing an extra property in the inputs and it failed because of that.
53 replies
RRunPod
•Created by bart on 10/18/2024 in #⚡|serverless
Asynchronous serverless endpoint failing with 400 Bad Request
facing the same issue
53 replies