fix(packaging): install and validate the Bayesian optimizer by default

This commit is contained in:
Joseph Magly
2026-09-07 16:23:48 -04:00
parent 40236a150e
commit 707e762904
8 changed files with 390 additions and 75 deletions
+5
View File
@@ -182,6 +182,11 @@ Pick a model from the dropdown, pick a method, hit Run All. Download the result
For automation, CI pipelines, or remote servers without a display:
The normal installation includes Optuna for the `optimized` method; no separate
optimizer install is required. If optimization cannot run, its reason appears
in the pipeline log and in
`abliteration_metadata.json` under `method_config.bayesian_optimization_skipped`.
```bash
pip install -e .