first example
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
[project]
|
||||
name = "tts"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"accelerate==1.12.0",
|
||||
"fastapi==0.140.0",
|
||||
"gradio==6.17.3",
|
||||
"huggingface-hub==0.36.2",
|
||||
"librosa==0.11.0",
|
||||
"numpy==2.4.6",
|
||||
"onnxruntime==1.28.0",
|
||||
"pandas==3.0.5",
|
||||
"pillow==12.3.0",
|
||||
"protobuf==7.35.1",
|
||||
"pydantic==2.13.4",
|
||||
"pydub==0.25.1",
|
||||
"pyyaml==6.0.3",
|
||||
"qwen-tts==0.1.1",
|
||||
"requests==2.34.2",
|
||||
"safetensors==0.8.0",
|
||||
"scikit-learn==1.9.0",
|
||||
"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