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.
This commit is contained in:
Hermes Agent
2026-04-15 23:49:46 -04:00
parent 3cd8750cbb
commit bb00354a96

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)