Commit e08c44c
authored
Remove setting hardcoded value for n_seq_max in IContextParamsExtensions
It's already set from passed argument `result.n_seq_max = @params.SeqMax;`
Overwriting it with hardcoded value is removed
result.n_seq_max = Math.Min(Math.Max(10U, result.n_ctx / 8U), 64U /*0x40*/);
Ref: SciSharp#13531 parent b368e13 commit e08c44c
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments