project6-dev a33060bc5e fix: align Dockerfile + yaml with wudixzy/competition upstream
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)
2026-08-12 04:26:09 +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%