Le Tien Chien

Results 3 comments of Le Tien Chien

Hi @tegaralaga You can reproduce the `ErrToManyRequests` by this test case. ```golang func TestTooManyRequests(t *testing.T) { customCB.setState(StateHalfOpen, time.Now()) // 3 consecutive successes succeedLater(customCB, time.Duration(1000)*time.Millisecond) succeedLater(customCB, time.Duration(1000)*time.Millisecond) succeedLater(customCB, time.Duration(1000)*time.Millisecond) time.Sleep(time.Duration(100) *...

You guys can find a lot of CT2 version of PhoWhisper models in hugging face [here](https://huggingface.co/models?p=2&sort=trending&search=phowhisper).

> Do you guys succeed in converting PhoWhisper to gguf? I tried it with the provided script in whisper.cpp (convert-h5-to-ggml.py) but the output of the gguf model is garbage. There's...