File size: 476 Bytes
9781faf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "audio-dit"
version = "0.1.0"
description = "Instrumental music generation."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.2.0",
"numpy>=2.0",
"safetensors>=0.7.0",
"torch>=2.9.1",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu130"
url = "https://download.pytorch.org/whl/cu130"
explicit = true
|