Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ dependencies = [
"aiolimiter>=1.2",
"openrouter>=0.1.1",
"httpx>=0.28.0",
"zstandard", # For streaming datasets
"zstandard", # For streaming datasets
"kaleido==0.2.1",
"numba>=0.64.0",
]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion spd/clustering/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Computes pairwise distances between clustering runs in an ensemble:
```python
ClusteringPipelineConfig # Pipeline settings (n_runs, distances_methods, SLURM config)
ClusteringRunConfig # Single run settings (model_path, batch_size, n_tokens, merge_config)
MergeConfig # Merge algorithm params (alpha, iters, activation_threshold)
MergeConfig # Merge algorithm params (alpha, iters, activation_threshold, filter_dead_stat)
```

### Data Structures
Expand Down
Loading