Commit 214fd2b
Inline base64+zstd decompress into prompt_token_ids; drop _decompress module
The shared helper had a single caller (prompt_token_ids); logprobs/router_replay
already inline the same base64+zstd step. Inline it there too for consistency
and remove the dedicated _decompress.py file.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d824318 commit 214fd2b
2 files changed
Lines changed: 5 additions & 19 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments