Commit Graph

2 Commits

Author SHA1 Message Date
Claude
1d5856f4a9 fix: Dockerfile Step 7 VLLM_ROOT污染 — vllm INFO日志混入stdout
python3 -c 'import vllm; print(...)' 输出被vllm的INFO日志污染:
  'INFO 08-11 09:25:19 importing.py:10] Triton not installed...
   /usr/local/corex/lib64/python3/dist-packages/vllm'

修复: | tail -1 只取最后一行(真实路径)
同时 [ -f glob ] 改 ls glob 避免bash glob在 [ ] 内不展开

真机验证结果 (Step 1-6,8全部成功):
  ✓ Qwen3_5ForCausalLM importable
  ✓ corex_gdn_causal_conv, corex_gdn_packed_decode
  ✓ corex_moe_direct_routed (w13, w2_reduce)
  ✓ corex_paged_kv_gather, corex_fused_paged_prefill
  ✓ ALL IMPORTS OK
2026-08-11 09:28:21 +00:00
Claude
589b91d653 test: 真机build验证脚本 — 模拟Dockerfile 8步 2026-08-11 09:22:08 +00:00