1ba0dd396688d076ea7188f8cf3c597c9d915cd0
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
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%