Ajout OpenWeb-UI fonctionnel

This commit is contained in:
2025-08-07 20:11:08 +02:00
commit cd76763e66
50 changed files with 20505 additions and 0 deletions

11
requirements-rocm.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi
uvicorn
loguru
piper-tts
coqui-tts[languages]
langdetect
pyyaml
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
#deepspeed
torch; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux"
torchaudio; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux"