Luca Silva
Luca Silva
I'm having the same issues :(
Any update on the progress? Unfortunately I really need this feature :(
I'm having the same issues, maybe a patch could be made?
Unfortunately it didn't seem to work for me while building a docker image ``` RUN pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu121 RUN pip install deepspeed ADD https://raw.githubusercontent.com/daswer123/xtts-api-server/main/requirements.txt ./requirements.txt RUN printf...
I'm having the same issue but on windows. Appears fine on tray but it doesn't appear on Jellyfin's cast menu
I don't have a watchtower or anything similar but the container does restart itself in case of crashes. Maybe I'll check in the logs if the container gets restarted for...
I tried looking for restarts with docker system events but nothing came up. Instead just logging the container's events let me see that these two events kept happening every 2/3...
Unfortunately I'm having the same issue as well.
Hello, I tried using your docker file but I have been running into issues getting onxxruntime-gpu to work. Unfortunately sherpa onnx doesn't see the CUDAExecutionProvider no matter what packages I...
I managed to fix it, the issue though is that editing the dockerfile is not enough, you also have to modify the dependencies in the pyproject.toml file ``` # Base...