File size: 512 Bytes
d4c84c4 207d7c2 d4c84c4 24ce802 207d7c2 d4c84c4 207d7c2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
name = "saev-image-classification"
version = "0.1.0"
description = "Gradio app space for image classification with SAEs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beartype>=0.19.0",
"einops>=0.8.0",
"gradio>=5.1.0",
"jaxtyping>=0.2.36",
"numpy>=1.26.4",
"open-clip-torch>=2.30.0",
"saev",
"torch>=2.4.0",
"torchvision>=0.19.0",
]
[tool.ruff.lint]
ignore = ["F722"]
[tool.uv.sources]
saev = { git = "https://github.com/samuelstevens/saev" }
|