Spaces:
Runtime error
Runtime error
| [project] | |
| name = "aitoolkits-webui" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| authors = [ | |
| { name = "twn39", email = "twn39@163.com" } | |
| ] | |
| dependencies = [ | |
| "gradio>=4.38.1", | |
| "diffusers>=0.29.2", | |
| "langchain>=0.2.7", | |
| "pydantic>=2.8.2", | |
| "pydantic-settings>=2.3.4", | |
| "langchain-openai>=0.1.16", | |
| "dashscope>=1.20.1", | |
| "modelscope[framework]>=1.16.1", | |
| "torch==2.3.1+cu121", | |
| "torchvision==0.18.1+cu121", | |
| "torchaudio==2.3.1+cu121", | |
| "setuptools==69.5.1", | |
| "oss2>=2.18.6", | |
| "kornia>=0.7.3", | |
| "opencv-python>=4.10.0.84", | |
| "tensorflow>=2.17.0", | |
| "transformers>=4.42.4", | |
| "accelerate>=0.32.1", | |
| "xformers>=0.0.27", | |
| ] | |
| readme = "README.md" | |
| requires-python = ">= 3.8" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.rye] | |
| managed = true | |
| dev-dependencies = [] | |
| [[tool.rye.sources]] | |
| name = "torch" | |
| url = "https://download.pytorch.org/whl/cu121" | |
| type = "index" | |
| [tool.hatch.metadata] | |
| allow-direct-references = true | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/aitoolkits_webui"] | |