mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-19 13:59:10 +00:00
* Handle unquoted paths and special characters in model scanner * Fix ValueError: capture_output cannot be used with stderr `capture_output=True` internally sets `stderr=PIPE`, which conflicts with `stderr=subprocess.DEVNULL`. Replace `capture_output=True` with explicit `stdout=subprocess.PIPE` to keep stderr suppressed correctly. Also remove redundant `shell=False` (already the default). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: ErvinXie <ervinxie@foxmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>