first cimmit

This commit is contained in:
zcr
2026-01-26 10:16:47 +08:00
commit 71400cff38
12 changed files with 2026 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "aida-model-litserve"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.12.0",
"diffusers",
"litserve>=0.2.17",
"minio>=7.2.20",
"opencv-python>=4.13.0.90",
"pillow>=12.1.0",
"pydantic-settings>=2.12.0",
"torch>=2.10.0",
"transformers>=4.57.6",
]
[tool.uv.sources]
diffusers = { git = "https://github.com/huggingface/diffusers.git" }