You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated hyphenated commands: All 22 attacklm-* console scripts removed from pyproject.toml and cli.py after the v0.8.x deprecation window. Use attacklm <subcommand> instead.
Deprecated wrapper code: Removed _deprecated() helper, _DEPRECATED_MSG constant, and all 19 main_* wrapper functions from src/attacklm/cli.py
Added
--compile + QLoRA incompatibility guard: train_template.py now exits with a clear error if --compile is used with default 4-bit QLoRA (BitsAndBytes NF4). torch.compile is incompatible with quantized models. Users are directed to use --use-galore or --use-deepspeed for full-parameter training with compilation.
5 new tests in test_memory_optimization.py verifying the compile+QLoRA guard and compatibility with GaLore, DeepSpeed, and Unsloth
Changed
All script references updated: 30+ references across 10 script files, 5 extractors, GUI, and pipeline config updated from hyphenated to subcommand form
Documentation: CONTRIBUTING.md and EVALUATION.md updated with new command forms