Compare commits

...

1 Commits

Author SHA1 Message Date
Hermes Agent
bb00354a96 refactor: consolidate hardware_optimizer.py stub into quant_selector.py (closes #92)
All checks were successful
Smoke Test / smoke (pull_request) Successful in 13s
hardware_optimizer.py was a Phase 19 placeholder with no functional code.
quant_selector.py (PR #91) implements the real hardware-aware quantization
selection. No imports or references to hardware_optimizer existed in the
codebase, so this is a clean deletion.

Closes #92.
2026-04-15 23:49:46 -04:00

View File

@@ -1,5 +0,0 @@
"""Phase 19: Hardware-Aware Inference Optimization.
Part of the TurboQuant suite for local inference excellence.
"""
import logging
# ... (rest of the code)