mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-06-01 06:00:36 +00:00
fixed a typo
This commit is contained in:
parent
95ebfdcde8
commit
3ba3d15fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -11852,7 +11852,7 @@ Current version indicated by LITEVER below.
|
|||
let cn = lpc[i];
|
||||
lastlogprobsstr += `<td style="color:lime">${escape_html(cn.token)}<br>(${(Math.exp(cn.logprob)*100).toFixed(2)}%)</td>`;
|
||||
let addspace = false;
|
||||
for(let j=0;j<15;++j)
|
||||
for(let j=0;j<5;++j)
|
||||
{
|
||||
if(j>=cn.top_logprobs.length)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue