Skip to content

Commit 5edbf6e

Browse files
polinabinder1claude
andcommitted
evo2 recipe: drop empty src/evo2_sae package
The recipe currently has no model-specific Python module — the extractor is upstream (`predict_evo2`) and the two scripts are simple CLIs in scripts/. Drop the empty package and adjust pyproject.toml so setuptools doesn't try to discover anything. Will reintroduce when there's actual library code to put there (eval, dashboard, dataloaders). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b640f66 commit 5edbf6e

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

bionemo-recipes/interpretability/sparse_autoencoders/recipes/evo2/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ dependencies = [
1717
"pyarrow>=10.0",
1818
]
1919

20-
[tool.setuptools.packages.find]
21-
where = ["src"]
20+
# No package code lives here yet — the recipe is just an entry-point for
21+
# scripts/ that depends on the shared `sae` workspace package. Declare no
22+
# packages so setuptools doesn't try to discover anything.
23+
[tool.setuptools]
24+
packages = []
2225

2326
[tool.uv.sources]
2427
sae = { workspace = true }

bionemo-recipes/interpretability/sparse_autoencoders/recipes/evo2/src/evo2_sae/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)