mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 04:00:53 +00:00
updated lite
This commit is contained in:
parent
a46f8acd03
commit
f7406dfdb1
1 changed files with 2 additions and 2 deletions
|
|
@ -7961,7 +7961,7 @@ Current version indicated by LITEVER below.
|
|||
} else {
|
||||
lastlogprobsstr = "Not Available";
|
||||
}
|
||||
msgbox(lastlogprobsstr,"Logit Probability Viewer",true);
|
||||
msgbox(lastlogprobsstr,"Token Probability Viewer",true);
|
||||
}
|
||||
|
||||
var worker_data_showonly = []; //only for table display, dont mix
|
||||
|
|
@ -19453,7 +19453,7 @@ Current version indicated by LITEVER below.
|
|||
</div>
|
||||
<div class="settinglabel">
|
||||
<div class="justifyleft settingsmall">Request Logprobs <span class="helpicon">?<span
|
||||
class="helptext">If enabled, request top 5 alternative token logit probabilities for each generated token. Incurs an overhead.</span></span></div>
|
||||
class="helptext">If enabled, request top 5 alternative token log-probabilities for each generated token. Incurs an overhead.</span></span></div>
|
||||
<input title="Request Logprobs" type="checkbox" id="request_logprobs" style="margin:0px 0px 0px auto;">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue