Skip to content

Commit f7406df

Browse files
committed
updated lite
1 parent a46f8ac commit f7406df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klite.embd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7961,7 +7961,7 @@ Current version indicated by LITEVER below.
79617961
} else {
79627962
lastlogprobsstr = "Not Available";
79637963
}
7964-
msgbox(lastlogprobsstr,"Logit Probability Viewer",true);
7964+
msgbox(lastlogprobsstr,"Token Probability Viewer",true);
79657965
}
79667966

79677967
var worker_data_showonly = []; //only for table display, dont mix
@@ -19453,7 +19453,7 @@ Current version indicated by LITEVER below.
1945319453
</div>
1945419454
<div class="settinglabel">
1945519455
<div class="justifyleft settingsmall">Request Logprobs <span class="helpicon">?<span
19456-
class="helptext">If enabled, request top 5 alternative token logit probabilities for each generated token. Incurs an overhead.</span></span></div>
19456+
class="helptext">If enabled, request top 5 alternative token log-probabilities for each generated token. Incurs an overhead.</span></span></div>
1945719457
<input title="Request Logprobs" type="checkbox" id="request_logprobs" style="margin:0px 0px 0px auto;">
1945819458
</div>
1945919459
</div>

0 commit comments

Comments
 (0)