qwen example and futher documantation
This commit is contained in:
+2
-16
@@ -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" }
|
||||
]
|
||||
Reference in New Issue
Block a user