mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-30 12:49:52 +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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analyze_moe_model.py | ||
| console.py | ||
| debug_configs.py | ||
| download_helper.py | ||
| environment.py | ||
| input_validators.py | ||
| kv_cache_calculator.py | ||
| model_discovery.py | ||
| model_registry.py | ||
| model_scanner.py | ||
| model_table_builder.py | ||
| model_verifier.py | ||
| port_checker.py | ||
| quant_interactive.py | ||
| repo_detector.py | ||
| run_configs.py | ||
| run_interactive.py | ||
| sglang_checker.py | ||
| tuna_engine.py | ||
| user_model_registry.py | ||