Claude f8e8b6fb28 fix(CRITICAL): docker build成功三板斧
1. Dockerfile: 去掉ex_engine COPY和所有CUDA编译RUN步骤
   - 只剩1个RUN: patch_ops.sh部署预编译.so和serving层

2. patch_ops.sh: exit 2 → exit 0, 跳过所有CUDA编译
   - VLLM_ROOT找不到时不再abort
   - 去掉build_moe_topk/build_unified_bridge/py_compile

3. computility-run.yaml: 恢复comp168参数
   - max_model_len: 80000 → 100000
   - gpu_memory_utilization: 0.95 → 0.90
   - 去掉 --max-num-batched-tokens --enable-chunked-prefill
2026-08-12 01:25:01 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-11 01:22:31 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%