qwen example and futher documantation

This commit is contained in:
Tech08mag
2026-07-26 14:39:45 +02:00
parent 74fc6dc31c
commit 1428e150ce
7 changed files with 77 additions and 446 deletions
+2 -16
View File
@@ -3,7 +3,7 @@ name = "tts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13,<3.14"
dependencies = [
"accelerate==1.12.0",
"fastapi==0.140.0",
@@ -25,21 +25,7 @@ dependencies = [
"scipy==1.18.0",
"soundfile==0.14.0",
"soxr==1.1.0",
"torch==2.13.0+rocm7.2",
"torchaudio==2.11.0+rocm7.2",
"torchvision==0.28.0+rocm7.2",
"tqdm==4.69.1",
"transformers==4.57.3",
"triton-rocm==3.7.1",
"uvicorn==0.51.0",
]
[[tool.uv.index]]
name = "pytorch-rocm"
url = "https://download.pytorch.org/whl/rocm7.2"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch-rocm" }
torchaudio = { index = "pytorch-rocm" }
torchvision = { index = "pytorch-rocm" }
]