fix: add --max-seq-len-to-capture 32768, fix patch_ops.sh contradictory comments

Both base engine yaml and Sub168 use max-seq-len-to-capture=32768.
We were missing it.

Also fixed patch_ops.sh ending comments that claimed files were NOT
deployed when they actually ARE deployed.
This commit is contained in:
Claude
2026-08-08 10:57:02 +00:00
parent d221383fc0
commit 1fed1bc051
2 changed files with 5 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ command:
- qwen3
- --enable-prefix-caching
- --enable-chunked-prefill
- --max-seq-len-to-capture
- '32768'
- --dtype
- half
env: