a33060bc5e85c6139305d2bef047b2f9017661d3
Dockerfile: - Add ENV: PATH, PYTHONPATH, LD_LIBRARY_PATH (corex SDK discovery) - Add ENV: ENABLE_CUSTOM_IPC=1 (TP inter-process communication) - Add ENV: BI100_PREFIX_* (prefix caching fingerprint) - Add ENV: PYTHONUNBUFFERED=1, PYTHONFAULTHANDLER=1 - Change RUN to: cd ./qwen3_6_scripts && bash ./patch_ops.sh (match wudixzy) computility-run.yaml: - max-num-seqs: 2 → 1 (wudixzy upstream value) n=2 is handled by serving_chat.py _sequential_greedy_fanout which runs two n=1 requests and merges. Requires max_num_seqs=1. max_num_seqs=2 bypassed the fanout → vllm rejected greedy n=2 → HTTP 400 patch_ops.sh: - set -eo → set -euo (match wudixzy)
fix(build): whitelist .dockerignore — only send Dockerfile + computility-run.yaml + qwen3_6_scripts/
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%