Joyce Yee

Results 4 issues of Joyce Yee

## Context We are noticing a large amount of opentracing error logs for routes that have caching enabled. Example: ``` 2020/12/15 22:39:01 [error] 13#13: *123456789 failed to expand opentracing_context_ for...

First off, I'd like to say that this project is awesome and very well documented. The provided terraform config was really helpful while I was troubleshooting. My team owns a...

enhancement
help wanted

My organization has applications that require a "warm-up" period where metric spikes observed during that time may be false positives; e.g. building up an nginx cache. We have seen recommendations...

enhancement
canary
experiment

The `BatchedInferencePipeline#transcribe` method [technically supports](https://github.com/SYSTRAN/faster-whisper/blob/700584b2e6c15825c73e232f323e4b910257fa1c/faster_whisper/transcribe.py#L280) passing an already encoded tokenized list as the `initial_prompt`. The code path should only try to encode the provided prompt if it's a string. This...