Skip to content

Commit

Permalink
updated lite
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Oct 31, 2024
1 parent a46f8ac commit f7406df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions klite.embd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f7406df

Please sign in to comment.