-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
use openlrc version: 1.5.2
When try to transcribe a video that have no human voice, will get exception `RuntimeError: stack expects a non-empty TensorList`.
I found the following text in log:
``…
-
Command:
python3 run_server.py --port 9090 --backend faster_whisper -fw /home/ubuntu/spee
ch-to-text/whisper-base.en/
Logs:
-------------------
INFO:root:Custom model option was provided.…
-
Hello, when I used fastspeech2 in espnet to train the TTS model, the following error occurred when running to stage5. I have been troubleshooting for a long time but have not found the problem. The de…
-
I have finetuned xlsr-128 pretrained model on my own dataset using fairseq toolkit. After that I wanted 'checkpoint_best.pt' to be used as a frontend for CTC/attention based architechture for asr task…
-
i try use it
```
outputs = spirit_lm.generate(
interleaved_inputs=[('text', "I am so deeply saddened, it feels as if my heart is shattering into a million pieces and I can't hold back the te…
-
My server cannot connect to the Hugging Face website, so I manually downloaded the pretrained model used in the code and placed it in the `img2img-turbo-main` folder. After executing the command `pyth…
-
System Info
GPU: NVIDIA RTX 4090
TensorRT-LLM 0.13
quest 1: How can I use the OpenAPI to perform inference on a TensorRT engine model?
root@docker-desktop:/llm/tensorrt-llm-0.13.0/examples/apps# pyt…
-
Hi, I'm trying the following command for local piper-tts audio. I downloaded the
piper_linux_x86_64.tar.gz from https://github.com/rhasspy/piper/releases/tag/2023.11.14-2 and extracted and dumped t…
-
Hi, I've hit a problem trying to use `pyttsx3` for speech synthesis on Mac OSX Sonoma 14.2
I can get the say function to run ok, but when I try the `engine.save_to_file()` method, this crashes on `…