File size: 481 Bytes
dc20bdb
 
 
 
 
 
 
 
 
 
 
a622fd0
e508563
dc20bdb
 
 
 
 
 
 
 
 
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 = "saev-semantic-segmentation"
version = "0.1.0"
description = "Gradio app space for semantic segmentation with SAEs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "beartype>=0.19.0",
    "einops>=0.8.0",
    "gradio>=5.3.0",
    "numpy>=2.2.2",
    "requests>=2.32.3",
    "saev",
    "torch>=2.6.0",
    "torchvision>=0.21.0",
]

[tool.ruff.lint]
ignore = ["F722"]

[tool.uv.sources]
saev = { git = "https://github.com/samuelstevens/saev" }