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-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-07 07:55:04 +00:00
2026-08-07 08:56:50 +00:00
2026-08-07 09:55:06 +00:00
2026-08-05 08:24:43 +00:00
2026-08-07 07:05:40 +00:00
2026-07-30 16:06:20 +00:00
2026-08-05 08:24:43 +00:00
2026-08-06 06:33:26 +00:00
2026-08-07 08:56:36 +00:00
2026-08-07 04:37:44 +00:00
2026-08-07 04:44:18 +00:00
2026-08-07 09:58:35 +00:00
2026-08-07 10:02:09 +00:00
2026-08-07 10:02:09 +00:00
2026-08-07 02:46:46 +00:00
2026-08-07 09:55:06 +00:00
2026-08-07 09:26:11 +00:00
2026-08-07 07:45:28 +00:00
2026-08-05 08:36:52 +00:00
2026-08-06 02:55:51 +00:00
2026-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-07 10:02:57 +00:00
2026-08-05 08:36:52 +00:00
2026-08-07 06:36:12 +00:00
2026-08-07 01:54:52 +00:00