ai-model-xray / pyproject.toml
CognitiveEngineering's picture
Deploy AI Model X-Ray - structural health scanner
451cf40 verified
Raw
History Blame Contribute Delete
488 Bytes
[project]
name = "ai-model-xray"
version = "0.1.0"
description = "AI Model X-Ray - per-layer structural health scanner for transformers"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
dependencies = [
"gradio>=5.33.0",
"torch",
"transformers",
"networkx",
"numpy",
"scipy",
"pillow",
"datasets",
"accelerate",
]
[project.optional-dependencies]
spaces = ["spaces"]
[tool.setuptools]
py-modules = ["app", "analysis"]