Handle zero-token source rows in code trace audit
This commit is contained in:
@@ -34,6 +34,9 @@ selected.selected_window_stats.max_model_len_coverage[推荐值].coverage = 1.0
|
||||
```
|
||||
|
||||
旧记录预计 source block size 为 512、推荐 max model len 为 131072,但禁止把这两个值写死为实验事实。
|
||||
审计会单独记录并排除 `input_length<=0` 或 `output_length<=0` 的 source
|
||||
行;这些行只有在 raw trace 同样显示 zero usage/empty response 时才按
|
||||
“未发生模型执行”处理,不能无记录过滤。
|
||||
|
||||
## 2. 物化稳定窗口
|
||||
|
||||
|
||||
Reference in New Issue
Block a user