wrichert
wrichert
RRunPod
Created by wrichert on 3/30/2025 in #⚡|serverless
Hi, I'm new to runpod and try to debug this error
What is ths typical cadence by which runpod team members incorporate those fixes into main?
13 replies
RRunPod
Created by wrichert on 3/30/2025 in #⚡|serverless
Hi, I'm new to runpod and try to debug this error
Nice, thx!
13 replies
RRunPod
Created by EgoDeath on 3/19/2025 in #⚡|serverless
Failed Faster-Whisper task
@EgoDeath The prebuilt serverless endpoint for faster-whisper has an old version 0.10.0. You can try my latest test image that uses 1.1.1: https://discord.com/channels/912829806415085598/1356028626835079248/1356694401677529208
17 replies
RRunPod
Created by wrichert on 3/30/2025 in #⚡|serverless
Hi, I'm new to runpod and try to debug this error
No, the normal repo as of now actually does not work. I've seen that faster-whisper has been downgraded from 1.1.0 to 0.10.0 - I guess because of the CuDNN issues. However, I managed to fix it: https://github.com/runpod-workers/worker-faster_whisper/pull/53 -- with this I built fivetwosix/worker-faster_whisper:0.0.0 which works fine as a serverless worker.
13 replies
RRunPod
Created by x-eight on 10/26/2024 in #⚡|serverless
Cannot load symbol cudnnCreateTensorDescriptor
@x-eight not sure whether still relevant, but I managed to solve this with nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04 -- https://discord.com/channels/912829806415085598/1356028626835079248/1356694401677529208
2 replies
RRunPod
Created by wrichert on 3/30/2025 in #⚡|serverless
Hi, I'm new to runpod and try to debug this error
Some more info on this - it is a modified version of https://github.com/runpod-workers/worker-faster_whisper/tree/main. I now tried to create a vanilla Docker image from that repo (just reduced the number of models) and deployed it as a new serverless endpoint. Same result:
--- Starting Serverless Worker | Version 1.7.7 ---

{"requestId": null, "message": "Jobs in queue: 1", "level": "INFO"}

{"requestId": null, "message": "Jobs in progress: 1", "level": "INFO"}

{"requestId": "73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1", "message": "Started.", "level": "INFO"}

{"requestId": "73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1", "message": "Failed to return job results. | 400, message='Bad Request', url='https://api.runpod.ai/v2/foo1p6tt05f61e/job-done/tzwdwi0qeb147v/73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1?gpu=NVIDIA+RTX+A4500&isStream=false'", "level": "ERROR"}
--- Starting Serverless Worker | Version 1.7.7 ---

{"requestId": null, "message": "Jobs in queue: 1", "level": "INFO"}

{"requestId": null, "message": "Jobs in progress: 1", "level": "INFO"}

{"requestId": "73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1", "message": "Started.", "level": "INFO"}

{"requestId": "73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1", "message": "Failed to return job results. | 400, message='Bad Request', url='https://api.runpod.ai/v2/foo1p6tt05f61e/job-done/tzwdwi0qeb147v/73d2aa78-8b80-4227-bf88-4cc7df6de1c8-e1?gpu=NVIDIA+RTX+A4500&isStream=false'", "level": "ERROR"}
Could it be that I'm using podman for this (but with --format docker) from Mac (but with --platform linux/amd64)?
13 replies
RRunPod
Created by Realised Prophets on 3/15/2025 in #⚡|serverless
Faster-Whisper output "None" — log 400 "Bed request"
If you use the prebuilt image then your payload is malformed.Try removing _url and _size from your keys.
11 replies