mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-07-15 03:30:02 +00:00
* [fix](cli): detect SGLANG_DSV4_2604_SUBMODE conflict before launch * [fix](cli): tighten env-var validation per review feedback doctor.py: skip SGLANG_DSV4_2604_SUBMODE row when value is empty string, not just None, to avoid spurious noise in kt doctor output. run.py: guard kt_method against None/empty before calling .upper() in _check_conflicting_env_vars to prevent AttributeError.