-
Hi 👋
I am having trouble running a local example that integrates LocalAudioTransport, WhisperSTTService, ElevenLabsTTSService, and OpenAILLMService.
I have successfully managed to run Whisper l…
-
Is there a way to finetune provided pretrained model on my own data? Can you share some code for training? Thanks!
-
I’ve seen [streaming TTS](https://github.com/oobabooga/text-generation-webui/pull/5994) PR, and like the simple STT to TTS loop available in [SillyTavern](https://github.com/SillyTavern/SillyTavern), …
-
-
I'm encountering an error while using the OpenAIRealtimeBetaLLMService. The error message is: 'NoneType' object has no attribute 'input_tokens'.
This error occurs in pipecat.services.openai_realtim…
-
# New V4 VAD Released
Changes:
- Improved [quality](https://github.com/snakers4/silero-vad/wiki/Quality-Metrics#silero-vad-vs-old-silero-vad)
- Improved [perfomance](https://github…
-
Hello,
How can I get the timestamp.
I even used transformers pipeline.
```
from transformers import pipeline
import torch
model = pipeline(
task="automatic-speech-recognition",
m…
-
### 🐛 Describe the bug
Error:
```/tmp/llvm/lib/Support/BranchProbability.cpp:41: llvm::BranchProbability::BranchProbability(uint32_t, uint32_t): Assertion `Numerator
-
Hi,
Is this expected to work with pre-release ovos? It gets loaded but looks like it hangs the entire pipeline somehow. Not even wakewords work if this gets loaded.
Not sure how to debug yet, bu…
-
在webui里点编译模型之后再打开推理就无法推理
**问题描述**
由于`install_env.bat`用镜像站安装`triton_windows`太慢,不用镜像站又直接不能下载(开了全局魔法也是这样),我就直接自己从脚本里写的huggingface页面下了`triton_windows-0.1.0-py3-none-any.whl`然后`pip install`安装的(先用了`cond…