mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-03 03:21:24 +02:00
updated lite
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user