Commit 353db74
committed
Bump SessionConcurrencyTest ctx size to 4096
The previous ctxSize=512 was too tight for the concurrent-send test:
4 threads x 3 calls accumulate into a single Session transcript and
each send() resubmits the full history, so by ~call 10 the prompt
exceeds 512 tokens and the native side throws LlamaException. Bumping
to 4096 (well under the 16384 trained ctx) keeps the whole 12-turn
transcript well within bounds.1 parent 8677fa9 commit 353db74
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments