Commit c265805
fix: disable ORT memory pattern to prevent RAM growth with varying sequences
ONNX Runtime's enable_mem_pattern retains peak-sized activation buffers
across inferences with different sequence lengths, causing steady RAM
growth in long-running processes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 32ba3f5 commit c265805
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
0 commit comments