updated lite

This commit is contained in:
Concedo 2024-11-01 01:13:15 +08:00
parent a46f8acd03
commit f7406dfdb1

View file

@ -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>