Make synthetic trace block identities parent-sensitive
This commit is contained in:
@@ -228,6 +228,11 @@ mode-specific:
|
||||
- source 无 Qwen-aligned prompt/token IDs。raw canonical prompt 使用 GLM
|
||||
token contract,不能同时保持 Qwen token content 与 trace ISL;本 campaign
|
||||
采用 synthetic Qwen tokens 保持 length/hash/prefix shape,并降级内容 claim。
|
||||
- selected rho=0.0032 中有 1355 个可检查 parent links:tail rewrite
|
||||
p50/p90/p95/p99/max=1/1/4/57/169 个 source blocks,说明 coder
|
||||
`parent_chat_id` 不等价于 append-only prompt。source hash 序列作为 prefix
|
||||
truth;synthetic content block 生成后再计算 parent-sensitive runtime
|
||||
identities,避免“相同内容块出现在不同前缀后”造成 Frontier false hit。
|
||||
- 远端 Qwen3-30B `config.json` 的原生 position limit 是 40960
|
||||
(`rope_theta=1e6`,无 rope_scaling)。147456 profile smoke 在显式
|
||||
`VLLM_ALLOW_LONG_MAX_MODEL_LEN=1` 下成功;该 override 只支持
|
||||
|
||||
Reference in New Issue
Block a user