Skip to content

Commit b4e0120

Browse files
committed
updated readme
Signed-off-by: Xiyue Yu <xiyue@google.com>
1 parent 32b565a commit b4e0120

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

  • pkg/epp/framework/plugins/requestcontrol/dataproducer/tokenizer

pkg/epp/framework/plugins/requestcontrol/dataproducer/tokenizer/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ apply to every video in the request.
7878
| `x-llm-d-video-resolution` | `WIDTHxHEIGHT` | Frame resolution; overrides `defaultResolution`.|
7979
| `x-llm-d-video-fps` | float | Source frame rate; overrides `frames.strided.defaultSourceFPS` (strided mode). |
8080

81-
| Parameter | Default | Description |
82-
| ------------------------------------- | --------- | ------------------------------------------------------------------------------- |
83-
| `estimate.video.tokensPerFrame.mode` | `dynamic` | `dynamic` (width×height/factor) or `static` (a constant per-frame count). |
84-
| `estimate.video.tokensPerFrame.dynamic.factor`| `1024` | Dynamic-mode pixels-per-placeholder-token divisor. |
85-
| `estimate.video.tokensPerFrame.static.numTokensPerFrame` || Static-mode per-frame placeholder count. |
86-
| `estimate.video.frames.mode` | `sampled` | `sampled` (clamp(duration×sampleFPS, minFrames, maxFrames) / temporalPatchSize) or `strided` (clamp(duration×defaultSourceFPS/frameStride, minFrames, maxFrames)). |
87-
| `estimate.video.frames.minFrames` || Sampled/strided frame floor (0 = none). Models a processor's minimum frames. |
88-
| `estimate.video.frames.maxFrames` || Sampled/strided frame cap (0 = uncapped). |
89-
| `estimate.video.frames.sampled.sampleFPS` | `1` | Sampled-mode sampling rate. |
90-
| `estimate.video.frames.sampled.temporalPatchSize` || Sampled-mode: merge every N sampled frames into one token group (qwen3-vl = 2; <2 = no merge). |
91-
| `estimate.video.frames.strided.defaultSourceFPS` | `24` | Strided-mode source frame rate; fallback for the `x-llm-d-video-fps` header. |
92-
| `estimate.video.frames.strided.frameStride` | `1` | Strided-mode divisor: keep every Nth source frame. |
93-
| `estimate.video.defaultResolution` | 640×360 | Per-frame resolution for dynamic tokens-per-frame; fallback for the `x-llm-d-video-resolution` header. |
94-
| `estimate.video.defaultDuration` | `10` | Video length in seconds for frame counting; fallback for the `x-llm-d-video-duration-seconds` header. |
95-
| `estimate.video.maxVideoTokens` || Overall placeholder cap for a video (0 = uncapped). |
81+
| Parameter | Default | Description |
82+
| ------------------------------------- | --------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------|
83+
| `estimate.video.tokensPerFrame.mode` | `dynamic` | `dynamic` (width×height/factor) or `static` (a constant per-frame count). |
84+
| `estimate.video.tokensPerFrame.dynamic.factor`| `1024` | Dynamic-mode pixels-per-placeholder-token divisor. |
85+
| `estimate.video.tokensPerFrame.static.numTokensPerFrame` || Static-mode per-frame placeholder count. |
86+
| `estimate.video.frames.mode` | `sampled` | `sampled` (clamp(duration×sampleFPS, minFrames, maxFrames) / temporalPatchSize) or `strided` (clamp(duration×sourceFPS/frameStride, minFrames, maxFrames)). |
87+
| `estimate.video.frames.minFrames` || Sampled/strided frame floor (0 = none). Models a processor's minimum frames. |
88+
| `estimate.video.frames.maxFrames` || Sampled/strided frame cap (0 = uncapped). |
89+
| `estimate.video.frames.sampled.sampleFPS` | `1` | Sampled-mode sampling rate. |
90+
| `estimate.video.frames.sampled.temporalPatchSize` || Sampled-mode: merge every N sampled frames into one token group (qwen3-vl = 2; <2 = no merge). |
91+
| `estimate.video.frames.strided.defaultSourceFPS` | `24` | Strided-mode source frame rate; fallback for the `x-llm-d-video-fps` header. |
92+
| `estimate.video.frames.strided.frameStride` | `1` | Strided-mode divisor: keep every Nth source frame. |
93+
| `estimate.video.defaultResolution` | 640×360 | Per-frame resolution for dynamic tokens-per-frame; fallback for the `x-llm-d-video-resolution` header. |
94+
| `estimate.video.defaultDuration` | `10` | Video length in seconds for frame counting; fallback for the `x-llm-d-video-duration-seconds` header. |
95+
| `estimate.video.maxVideoTokens` || Overall placeholder cap for a video (0 = uncapped). |
9696

9797
## Failure mode
9898

0 commit comments

Comments
 (0)