Faiz Halde

Results 14 comments of Faiz Halde

hi, could someone be able to help here?

@ccx0lw did you check the contents of `/var/run/secrets/eks.amazonaws.com/serviceaccount/token` ? was the file decodable using `jwt decode "$(cat /var/run/secrets/eks.amazonaws.com/serviceaccount/token)" --json` ?

num_workers is a parameter on the `.transcribe` endpoint, however i'm noticing that anything > 1 results in a "list index out of range" error at ``` segments.append( { "text": text,...

@rabyunghwa you could instantiate the WhisperModel yourself and pass it to load_model itself. Check its implementation