project6-dev 1ba0dd3966 arch(cccl): match Sub168 proven config + bench.py timeout pattern
CCCL sources read as design input:
- group_by.cuh: static vs dynamic unit_count → match proven config
- bench/bench.py: timeout + cache + graceful failure → cap default tokens
- transform_iterator.cu: lazy transform pipeline → message preprocessing

Changes:
1. computility-run.yaml: match Sub168's proven config exactly:
   - max-model-len: 100000 (not 32768, Sub168 used 100000 successfully)
   - Remove --max-num-batched-tokens (Sub168 didn't use it)
   - Remove --enable-chunked-prefill (Sub168 didn't use it)
   - Keep: max-num-seqs=1, gpu-mem=0.9, enable-prefix-caching

2. serving_chat.py: CCCL bench.py timeout pattern
   - Cap ALL requests without explicit max_tokens to 8192
   - Cap tool_call requests to 2048
   - Prevents NaN-damaged model from generating 99K tokens
   - Sub168 generates 139-2497 tokens per request
2026-08-07 10:02:57 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +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%