lukaLLM
lukaLLM
from webdataset.filters import default_collation_fn ModuleNotFoundError: No module named 'webdataset' I solved it just installing the thing but then I got this error. ImportError: cannot import name 'Pipeline' from partially initialized...
``` from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5HifiGan from datasets import load_dataset import torch import soundfile as sf from datasets import load_dataset import time processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts") model = SpeechT5ForTextToSpeech.from_pretrained("microsoft/speecht5_tts") vocoder...
So I install everything up to usage but when I run fast_inference I get no module named 'librosa' even though its seen in poetry show I installed everything on win...
I managed to run it on Windows and look for some more examples or techniques other than this is this existing, possible voices ? ``` from melo.api import TTS #...
Hi I like the model but there is the voice consistency issue for so long as described here are there any dates specifics to see that I tried all things...
Hi, It would be nice to add dutch support to this lanaguage maybe in few months I could help with that with some grant for collecting the audio data, just...
### Your current environment I use docker only to host open ai server. ### 🐛 Describe the bug I try to use VLLM docker as my backend to run Gemma3...
- [x] This is actually a bug report. - [x] I am not getting good LLM Results - [x] I have tried asking for help in the community on discord...
Very cool project. I looked to build something like this but I found this repo. I get some errors along the way though and manage to fix it but was...
### Affected Device / PID Razer Basilisk V3 Pro ### Operating System / Version Ubuntu 24.04 ### Kernel Version 6.14.0-27-generic ### OpenRazer Version 3.10.3~ubuntu24.04.1 ### Support Checklist - [x] My...